]> SALOME platform Git repositories - modules/hexablock.git/blobdiff - src/HEXABLOCKGUI/HEXABLOCKGUI_Exception.cxx
Salome HOME
#18963 Change throw() -> noexcept
[modules/hexablock.git] / src / HEXABLOCKGUI / HEXABLOCKGUI_Exception.cxx
index 332dad6619f147258ef37e902b08db18e508e3de..acc6aecae38c0ce21fbd1f96dea898ef0a4a0332 100644 (file)
@@ -48,11 +48,11 @@ Exception::Exception(const std::string& what):_what(what)
 #endif
 }
 
-const char *Exception::what( void ) const throw ()
+const char *Exception::what( void ) const noexcept
 {
   return _what.c_str();
 }
 
-Exception::~Exception() throw ()
+Exception::~Exception() noexcept
 {
 }