mirror of
https://github.com/boostorg/predef.git
synced 2025-07-29 03:27:13 +02:00
Fix bad MSC version number.
This commit is contained in:
@ -54,7 +54,7 @@ Version number available as major, minor, and patch.
|
||||
in sync. Hence we need to use different formulas for
|
||||
mapping from MSC version to VS product version.
|
||||
*/
|
||||
# if (_MSC_VER >= 19)
|
||||
# if (_MSC_VER >= 1900)
|
||||
# define BOOST_COMP_MSVC_DETECTION BOOST_VERSION_NUMBER(\
|
||||
_MSC_VER/100-5,\
|
||||
_MSC_VER%100,\
|
||||
|
Reference in New Issue
Block a user