mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
Second try to get BOOST_NO_CXX11_HDR_ATOMIC set correctly.
See https://github.com/boostorg/config/pull/85#issuecomment-168313984
This commit is contained in:
@ -53,9 +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
|
||||
# define BOOST_NO_CXX11_HDR_ATOMIC
|
||||
#elif _LIBCPP_VERSION < 3700
|
||||
# define BOOST_NO_CXX11_HDR_ATOMIC
|
||||
#endif
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user