Salome HOME
fight warnings c++17 error throw(). Build SMESH finished.
[modules/smesh.git] / src / SMDS / SMDS_Mesh.cxx
index 353d0789302b0df8272cc73266a5726446847504..67a9359d1ed0e4b75a9e899b9afb911e2122d52c 100644 (file)
@@ -68,7 +68,7 @@ int SMDS_Mesh::chunkSize = 1024;
  */
 //================================================================================
 
-int SMDS_Mesh::CheckMemory(const bool doNotRaise) throw (std::bad_alloc)
+int SMDS_Mesh::CheckMemory(const bool doNotRaise) 
 {
   return -1;
 #if !defined WIN32 && !defined __APPLE__