mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
<atomic> works in later libc++ releases.
See also https://github.com/boostorg/config/pull/85/files
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user