$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r51553 - trunk/boost/config/compiler
From: john_at_[hidden]
Date: 2009-03-03 05:06:47
Author: johnmaddock
Date: 2009-03-03 05:06:46 EST (Tue, 03 Mar 2009)
New Revision: 51553
URL: http://svn.boost.org/trac/boost/changeset/51553
Log:
Added EVC++ 9 and 10 as recognised compilers.
Text files modified:
trunk/boost/config/compiler/visualc.hpp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
Modified: trunk/boost/config/compiler/visualc.hpp
==============================================================================
--- trunk/boost/config/compiler/visualc.hpp (original)
+++ trunk/boost/config/compiler/visualc.hpp 2009-03-03 05:06:46 EST (Tue, 03 Mar 2009)
@@ -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"