mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
Correct two phase lookup config for msvc-14.3.
This commit is contained in:
@ -236,7 +236,7 @@
|
||||
// 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:
|
||||
//
|
||||
#if _MSC_FULL_VER < 193030705
|
||||
#if (_MSC_FULL_VER < 193030705) || (_MSVC_LANG < 202004)
|
||||
# define BOOST_NO_TWO_PHASE_NAME_LOOKUP
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user