mirror of
https://github.com/boostorg/config.git
synced 2025-07-31 21:04:28 +02:00
Merge pull request #172 from sergey-shandar/patch-1
Incorrect MSVC version detection
This commit is contained in:
@@ -289,7 +289,7 @@
|
|||||||
# endif
|
# endif
|
||||||
# endif
|
# endif
|
||||||
# else
|
# else
|
||||||
# if _MSC_VER < 1310
|
# if _MSC_VER < 1200
|
||||||
// Note: Versions up to 7.0 aren't supported.
|
// Note: Versions up to 7.0 aren't supported.
|
||||||
# define BOOST_COMPILER_VERSION 5.0
|
# define BOOST_COMPILER_VERSION 5.0
|
||||||
# elif _MSC_VER < 1300
|
# elif _MSC_VER < 1300
|
||||||
|
Reference in New Issue
Block a user