mirror of https://github.com/CGAL/cgal
CGAL: Enable user to provide set_use_assertions()
This commit is contained in:
parent
d0478493a0
commit
d076b250ee
|
|
@ -59,7 +59,7 @@ inline void set_use_assertions(bool b)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#else
|
#elif !defined(CGAL_USER_DEFINED_USE_ASSERTIONS)
|
||||||
|
|
||||||
namespace CGAL{
|
namespace CGAL{
|
||||||
inline void set_use_assertions(bool){}
|
inline void set_use_assertions(bool){}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue