$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r86394 - trunk/boost/config/compiler
From: john_at_[hidden]
Date: 2013-10-22 13:32:53
Author: johnmaddock
Date: 2013-10-22 13:32:53 EDT (Tue, 22 Oct 2013)
New Revision: 86394
URL: http://svn.boost.org/trac/boost/changeset/86394
Log:
Refs #9279.
Text files modified:
trunk/boost/config/compiler/visualc.hpp | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
Modified: trunk/boost/config/compiler/visualc.hpp
==============================================================================
--- trunk/boost/config/compiler/visualc.hpp Tue Oct 22 12:35:54 2013 (r86393)
+++ trunk/boost/config/compiler/visualc.hpp 2013-10-22 13:32:53 EDT (Tue, 22 Oct 2013) (r86394)
@@ -230,8 +230,10 @@
# define BOOST_COMPILER_VERSION evc9
# elif _MSC_VER < 1700
# define BOOST_COMPILER_VERSION evc10
-# elif _MSC_VER < 1800
-# define BOOST_COMPILER_VERSION evc11
+# elif _MSC_VER < 1800
+# define BOOST_COMPILER_VERSION evc11
+# elif _MSC_VER < 1900
+# define BOOST_COMPILER_VERSION evc12
# else
# if defined(BOOST_ASSERT_CONFIG)
# error "Unknown EVC++ compiler version - please run the configure tests and report the results"