$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r86011 - trunk/boost/preprocessor/config
From: eldiener_at_[hidden]
Date: 2013-09-29 15:21:47
Author: eldiener
Date: 2013-09-29 15:21:46 EDT (Sun, 29 Sep 2013)
New Revision: 86011
URL: http://svn.boost.org/trac/boost/changeset/86011
Log:
Revert previous change for clang.
Text files modified:
trunk/boost/preprocessor/config/config.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/preprocessor/config/config.hpp
==============================================================================
--- trunk/boost/preprocessor/config/config.hpp Sun Sep 29 15:10:11 2013 (r86010)
+++ trunk/boost/preprocessor/config/config.hpp 2013-09-29 15:21:46 EDT (Sun, 29 Sep 2013) (r86011)
@@ -45,7 +45,7 @@
# define BOOST_PP_CONFIG_FLAGS() (BOOST_PP_CONFIG_STRICT())
# elif defined(__BORLANDC__) || defined(__IBMC__) || defined(__IBMCPP__) || defined(__SUNPRO_CC)
# define BOOST_PP_CONFIG_FLAGS() (BOOST_PP_CONFIG_BCC())
-# elif defined(_MSC_VER) && !defined(__clang__)
+# elif defined(_MSC_VER)
# define BOOST_PP_CONFIG_FLAGS() (BOOST_PP_CONFIG_MSVC())
# else
# define BOOST_PP_CONFIG_FLAGS() (BOOST_PP_CONFIG_STRICT())