forked from boostorg/config
Merge branch 'develop'
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
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"description": "Helps Boost library developers adapt to compiler idiosyncrasies; not intended for library users.",
|
"description": "Helps Boost library developers adapt to compiler idiosyncrasies; not intended for library users.",
|
||||||
"documentation": "doc/html/index.html",
|
"documentation": "doc/html/index.html",
|
||||||
"category": [
|
"category": [
|
||||||
"workarounds"
|
"Workarounds"
|
||||||
],
|
],
|
||||||
"authors": "",
|
"authors": "",
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
|
Reference in New Issue
Block a user