diff --git a/Installation/include/CGAL/atomic.h b/Installation/include/CGAL/atomic.h index 32f04f50890..157cca70c26 100644 --- a/Installation/include/CGAL/atomic.h +++ b/Installation/include/CGAL/atomic.h @@ -31,6 +31,9 @@ } # else // not CGAL_CAN_USE_CXX11_ATOMIC +# if BOOST_VERSION < 105300 +# error Boost.Atomic was introduced in Boost-1.53 +# endif # include namespace CGAL {