$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r86044 - trunk/boost/preprocessor/config
From: eldiener_at_[hidden]
Date: 2013-09-29 22:04:47
Author: eldiener
Date: 2013-09-29 22:04:47 EDT (Sun, 29 Sep 2013)
New Revision: 86044
URL: http://svn.boost.org/trac/boost/changeset/86044
Log:
Reinstate fix for clang so that it is recognized as strict compliance.
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 20:36:13 2013 (r86043)
+++ trunk/boost/preprocessor/config/config.hpp 2013-09-29 22:04:47 EDT (Sun, 29 Sep 2013) (r86044)
@@ -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)
+# elif defined(_MSC_VER) && !defined(__clang__)
# define BOOST_PP_CONFIG_FLAGS() (BOOST_PP_CONFIG_MSVC())
# else
# define BOOST_PP_CONFIG_FLAGS() (BOOST_PP_CONFIG_STRICT())