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:
jzmaddock
2016-01-01 16:01:16 +00:00
parent af5351f42b
commit b1df465870

View File

@ -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
//