From d076b250eedf390c69a57879877f2a6918fa57b2 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 12 May 2023 11:01:11 +0100 Subject: [PATCH] CGAL: Enable user to provide set_use_assertions() --- STL_Extension/include/CGAL/assertions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STL_Extension/include/CGAL/assertions.h b/STL_Extension/include/CGAL/assertions.h index b64d63a92aa..32d7524f7b2 100644 --- a/STL_Extension/include/CGAL/assertions.h +++ b/STL_Extension/include/CGAL/assertions.h @@ -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){}