<atomic> works in later libc++ releases.

See also https://github.com/boostorg/config/pull/85/files
This commit is contained in:
jzmaddock
2016-01-01 13:35:12 +00:00
parent 8abd28004a
commit af5351f42b

View File

@ -53,6 +53,9 @@
# define BOOST_NO_CXX11_HDR_FUNCTIONAL
# define BOOST_NO_CXX11_STD_ALIGN
# define BOOST_NO_CXX11_ADDRESSOF
# if _LIBCPP_VERSION < 3700
# define BOOST_NO_CXX11_HDR_ATOMIC
# endif
#endif
//
@ -62,7 +65,6 @@
# define BOOST_NO_CXX11_HDR_FUTURE
# define BOOST_NO_CXX11_HDR_TYPE_TRAITS
# define BOOST_NO_CXX11_ATOMIC_SMART_PTR
# define BOOST_NO_CXX11_HDR_ATOMIC
// libc++ uses a non-standard messages_base
#define BOOST_NO_STD_MESSAGES