summaryrefslogtreecommitdiff
path: root/libs/config/test/no_static_assert_fail.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/config/test/no_static_assert_fail.cpp')
-rw-r--r--libs/config/test/no_static_assert_fail.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/config/test/no_static_assert_fail.cpp b/libs/config/test/no_static_assert_fail.cpp
index 075420869c..34755fc61d 100644
--- a/libs/config/test/no_static_assert_fail.cpp
+++ b/libs/config/test/no_static_assert_fail.cpp
@@ -6,13 +6,13 @@
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// See http://www.boost.org/libs/config for the most recent version.//
-// Revision $Id: no_static_assert_fail.cpp 51606 2009-03-04 14:28:36Z bemandawes $
+// Revision $Id: no_static_assert_fail.cpp 79537 2012-07-15 15:59:05Z marshall $
//
-// Test file for macro BOOST_NO_STATIC_ASSERT
+// Test file for macro BOOST_NO_CXX11_STATIC_ASSERT
// This file should not compile, if it does then
-// BOOST_NO_STATIC_ASSERT should not be defined.
+// BOOST_NO_CXX11_STATIC_ASSERT should not be defined.
// See file boost_no_static_assert.ipp for details
// Must not have BOOST_ASSERT_CONFIG set; it defeats
@@ -24,7 +24,7 @@
#include <boost/config.hpp>
#include "test.hpp"
-#ifdef BOOST_NO_STATIC_ASSERT
+#ifdef BOOST_NO_CXX11_STATIC_ASSERT
#include "boost_no_static_assert.ipp"
#else
#error "this file should not compile"