1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0031044: Coding - Standard_NODISCARD should be placed before Standard_EXPORT

Standard_NODISCARD is put before Standard_EXPORT in all places throughout OCCT code
This commit is contained in:
abv
2019-10-07 21:32:21 +03:00
committed by apn
parent 746cb7c328
commit 6ed44b1ca9
50 changed files with 139 additions and 139 deletions

View File

@@ -117,7 +117,7 @@ public:
Standard_EXPORT virtual Standard_Real ParametricTransformation (const gp_Trsf& T) const;
//! Returns a copy of <me> reversed.
Standard_EXPORT Standard_NODISCARD Handle(Geom_Curve) Reversed() const;
Standard_NODISCARD Standard_EXPORT Handle(Geom_Curve) Reversed() const;
//! Returns the value of the first parameter.
//! Warnings :