Added EVC++ 9 and 10 as recognised compilers.

[SVN r51553]
This commit is contained in:
John Maddock
2009-03-03 10:06:46 +00:00
parent be4e73bece
commit 1945035983

View File

@@ -184,6 +184,10 @@
# define BOOST_COMPILER_VERSION evc4.0 # define BOOST_COMPILER_VERSION evc4.0
# elif _MSC_VER == 1400 # elif _MSC_VER == 1400
# define BOOST_COMPILER_VERSION evc8 # define BOOST_COMPILER_VERSION evc8
# elif _MSC_VER == 1500
# define BOOST_COMPILER_VERSION evc9
# elif _MSC_VER == 1600
# define BOOST_COMPILER_VERSION evc10
# else # else
# if defined(BOOST_ASSERT_CONFIG) # if defined(BOOST_ASSERT_CONFIG)
# error "Unknown EVC++ compiler version - please run the configure tests and report the results" # error "Unknown EVC++ compiler version - please run the configure tests and report the results"