forked from boostorg/config
Merge pull request #411 from boostorg/msvc_2022
Configuration update for msvc-2022.
This commit is contained in:
@ -236,7 +236,9 @@
|
|||||||
// if this is in effect or not, in any case nothing in Boost is currently using this, so we'll just go
|
// if this is in effect or not, in any case nothing in Boost is currently using this, so we'll just go
|
||||||
// on defining it for now:
|
// on defining it for now:
|
||||||
//
|
//
|
||||||
|
#if (_MSC_FULL_VER < 193030705) || (_MSVC_LANG < 202004)
|
||||||
# define BOOST_NO_TWO_PHASE_NAME_LOOKUP
|
# define BOOST_NO_TWO_PHASE_NAME_LOOKUP
|
||||||
|
#endif
|
||||||
|
|
||||||
#if (_MSC_VER < 1912) || (_MSVC_LANG < 201402)
|
#if (_MSC_VER < 1912) || (_MSVC_LANG < 201402)
|
||||||
// Supported from msvc-15.5 onwards:
|
// Supported from msvc-15.5 onwards:
|
||||||
|
@ -209,8 +209,10 @@
|
|||||||
#endif
|
#endif
|
||||||
// C++20 features not yet implemented:
|
// C++20 features not yet implemented:
|
||||||
# define BOOST_NO_CXX20_HDR_FORMAT
|
# define BOOST_NO_CXX20_HDR_FORMAT
|
||||||
|
#if !defined(_MSVC_STL_UPDATE) || (_MSVC_STL_UPDATE < 202108L) || !defined(_HAS_CXX20) || (_HAS_CXX20 == 0)
|
||||||
# define BOOST_NO_CXX20_HDR_SOURCE_LOCATION
|
# define BOOST_NO_CXX20_HDR_SOURCE_LOCATION
|
||||||
# define BOOST_NO_CXX20_HDR_SYNCSTREAM
|
# define BOOST_NO_CXX20_HDR_SYNCSTREAM
|
||||||
|
#endif
|
||||||
// Incomplete:
|
// Incomplete:
|
||||||
# define BOOST_NO_CXX20_HDR_RANGES
|
# define BOOST_NO_CXX20_HDR_RANGES
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user