From 1945035983319f65551d4c6fe52db513c3e66f9a Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 3 Mar 2009 10:06:46 +0000 Subject: [PATCH] Added EVC++ 9 and 10 as recognised compilers. [SVN r51553] --- include/boost/config/compiler/visualc.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/boost/config/compiler/visualc.hpp b/include/boost/config/compiler/visualc.hpp index 7da5ee3d..ac361229 100644 --- a/include/boost/config/compiler/visualc.hpp +++ b/include/boost/config/compiler/visualc.hpp @@ -184,6 +184,10 @@ # define BOOST_COMPILER_VERSION evc4.0 # elif _MSC_VER == 1400 # define BOOST_COMPILER_VERSION evc8 +# elif _MSC_VER == 1500 +# define BOOST_COMPILER_VERSION evc9 +# elif _MSC_VER == 1600 +# define BOOST_COMPILER_VERSION evc10 # else # if defined(BOOST_ASSERT_CONFIG) # error "Unknown EVC++ compiler version - please run the configure tests and report the results"