forked from boostorg/config
Update VS/CLR support.
Fixes: https://github.com/boostorg/config/issues/467
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user