No more CGAL_NOEXCEPT

This commit is contained in:
Maxime Gimeno 2021-07-19 14:29:51 +02:00
parent a3d1765ab4
commit 049e1a7551
1 changed files with 0 additions and 4 deletions

View File

@ -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