Update VS/CLR support.

Fixes: https://github.com/boostorg/config/issues/467
This commit is contained in:
jzmaddock
2023-01-13 19:23:21 +00:00
parent e215d5ba55
commit ceae87e4c0

View File

@ -271,7 +271,7 @@
#ifndef BOOST_NO_CXX11_THREAD_LOCAL #ifndef BOOST_NO_CXX11_THREAD_LOCAL
# define BOOST_NO_CXX11_THREAD_LOCAL # define BOOST_NO_CXX11_THREAD_LOCAL
#endif #endif
#ifndef BOOST_NO_SFINAE_EXPR #if !defined(BOOST_NO_SFINAE_EXPR) && !defined(_MSVC_LANG)
# define BOOST_NO_SFINAE_EXPR # define BOOST_NO_SFINAE_EXPR
#endif #endif
#ifndef BOOST_NO_CXX11_REF_QUALIFIERS #ifndef BOOST_NO_CXX11_REF_QUALIFIERS