Add #error Boost.Atomic was introduced in Boost-1.53

This commit is contained in:
Laurent Rineau 2016-01-15 18:59:34 +01:00
parent a32ba4b0af
commit e1adbbfb7a
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@
} }
# else // not CGAL_CAN_USE_CXX11_ATOMIC # else // not CGAL_CAN_USE_CXX11_ATOMIC
# if BOOST_VERSION < 105300
# error Boost.Atomic was introduced in Boost-1.53
# endif
# include <boost/thread/atomic.hpp> # include <boost/thread/atomic.hpp>
namespace CGAL { namespace CGAL {