From 049e1a755194d15dba17df4705d545c5bc5f7fdf Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Mon, 19 Jul 2021 14:29:51 +0200 Subject: [PATCH] No more CGAL_NOEXCEPT --- Installation/include/CGAL/config.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Installation/include/CGAL/config.h b/Installation/include/CGAL/config.h index 0e8f442478d..c3d51a8f28a 100644 --- a/Installation/include/CGAL/config.h +++ b/Installation/include/CGAL/config.h @@ -614,10 +614,6 @@ namespace cpp11{ }//namespace cpp11 } //namespace CGAL -//Support for c++11 noexcept -#if !defined(BOOST_NO_NOEXCEPT) -#define CGAL_NOEXCEPT(x) noexcept(x) - // The fallthrough attribute // See for clang: // http://clang.llvm.org/docs/AttributeReference.html#statement-attributes