47 const std::string& condition_string,
48 const std::string& file,
52 const std::string& file,
int line );
56 #define ringmesh_assert( x ) \ 58 RINGMesh::ringmesh_assertion_failed( #x, __FILE__, __LINE__ ) 59 #define ringmesh_assert_not_reached \ 61 RINGMesh::ringmesh_should_not_have_reached( __FILE__, __LINE__ ) 63 #define ringmesh_assert( x ) 64 #define ringmesh_assert_not_reached void RINGMESH_API ringmesh_should_not_have_reached(const std::string &file, int line)
void RINGMESH_API ringmesh_assertion_failed(const std::string &condition_string, const std::string &file, int line)
Classes to build GeoModel from various inputs.