mirror of https://github.com/CGAL/cgal
Update STL_Extension/include/CGAL/assertions.h
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
This commit is contained in:
parent
fa3f8a5872
commit
def163afc2
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue