CGAL: Enable user to provide set_use_assertions()

This commit is contained in:
Andreas Fabri 2023-05-12 11:01:11 +01:00
parent d0478493a0
commit d076b250ee
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ inline void set_use_assertions(bool b)
}
}
#else
#elif !defined(CGAL_USER_DEFINED_USE_ASSERTIONS)
namespace CGAL{
inline void set_use_assertions(bool){}