Update STL_Extension/include/CGAL/assertions.h

Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
This commit is contained in:
Andreas Fabri 2022-10-07 14:25:18 +02:00 committed by GitHub
parent fa3f8a5872
commit def163afc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ inline void set_use_assertions(bool b)
namespace CGAL{ namespace CGAL{
inline void set_use_assertions(bool){} inline void set_use_assertions(bool){}
inline bool get_use_assertions(){return true;} inline constexpr bool get_use_assertions(){return true;}
} }
#endif #endif