From def163afc2d284b04ae40ec62b44574f4332f2a4 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 7 Oct 2022 14:25:18 +0200 Subject: [PATCH] Update STL_Extension/include/CGAL/assertions.h Co-authored-by: Sebastien Loriot --- 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 6c58383474f..b9e145ec9e7 100644 --- a/STL_Extension/include/CGAL/assertions.h +++ b/STL_Extension/include/CGAL/assertions.h @@ -63,7 +63,7 @@ inline void set_use_assertions(bool b) namespace CGAL{ inline void set_use_assertions(bool){} -inline bool get_use_assertions(){return true;} +inline constexpr bool get_use_assertions(){return true;} } #endif