$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r84255 - branches/release/boost/spirit/home/support
From: andrey.semashev_at_[hidden]
Date: 2013-05-12 14:13:08
Author: andysem
Date: 2013-05-12 14:13:08 EDT (Sun, 12 May 2013)
New Revision: 84255
URL: http://svn.boost.org/trac/boost/changeset/84255
Log:
Fixed accidental previous commit.
Text files modified: 
   branches/release/boost/spirit/home/support/assert_msg.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/boost/spirit/home/support/assert_msg.hpp
==============================================================================
--- branches/release/boost/spirit/home/support/assert_msg.hpp	(original)
+++ branches/release/boost/spirit/home/support/assert_msg.hpp	2013-05-12 14:13:08 EDT (Sun, 12 May 2013)
@@ -21,7 +21,7 @@
 # endif
 #endif
 
-#if BOOST_SPIRIT_DONT_USE_MPL_ASSERT_MSG != 0
+#if !defined(BOOST_NO_CXX11_STATIC_ASSERT) || BOOST_SPIRIT_DONT_USE_MPL_ASSERT_MSG != 0
 #include <boost/static_assert.hpp>
 #define BOOST_SPIRIT_ASSERT_MSG(Cond, Msg, Types)                             \
         BOOST_STATIC_ASSERT_MSG(Cond, # Msg)