Fix bad MSC version number.

This commit is contained in:
Rene Rivera
2014-11-19 08:18:17 -06:00
parent 75365a884e
commit ee021f808a

View File

@ -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,\