]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/MEDWrapper/MED_Utilities.hxx
Salome HOME
fight warnings, c++17. additional corrections++
[modules/smesh.git] / src / MEDWrapper / MED_Utilities.hxx
index 5839680d30ad64f1773c226a16a6718dfc10f094..9000713242baa756fb216c18c0833a4bd202bc92 100644 (file)
@@ -39,7 +39,7 @@ namespace MED
     bool myIsActive;
   public:
     PrefixPrinter(bool theIsActive = true);
-    ~PrefixPrinter();
+    ~PrefixPrinter() noexcept(false);
 
     static std::string GetPrefix();
   };