mirror of https://github.com/CGAL/cgal
Add #error Boost.Atomic was introduced in Boost-1.53
This commit is contained in:
parent
a32ba4b0af
commit
e1adbbfb7a
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue