From 3a1e8da8ded3e23dce40e55a97c46607138dac41 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 13 Jan 2006 10:48:08 +0000 Subject: [PATCH] VC8 EVC++ is known to be OK. [SVN r32313] --- include/boost/config/compiler/visualc.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/config/compiler/visualc.hpp b/include/boost/config/compiler/visualc.hpp index f200539a..2885a418 100644 --- a/include/boost/config/compiler/visualc.hpp +++ b/include/boost/config/compiler/visualc.hpp @@ -133,6 +133,8 @@ // Note: these are so far off, they are not really supported # elif _MSC_VER < 1300 // eVC++ 4 comes with 1200-1202 # define BOOST_COMPILER_VERSION evc4.0 +# elif _MSC_VER == 1400 +# define BOOST_COMPILER_VERSION evc8 # else # if defined(BOOST_ASSERT_CONFIG) # error "Unknown EVC++ compiler version - please run the configure tests and report the results"