summaryrefslogtreecommitdiff
path: root/libs/config/test/no_auto_multidecl_fail.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/config/test/no_auto_multidecl_fail.cpp')
-rw-r--r--libs/config/test/no_auto_multidecl_fail.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/config/test/no_auto_multidecl_fail.cpp b/libs/config/test/no_auto_multidecl_fail.cpp
index 5ebfa6fdbd..f1cc9f9113 100644
--- a/libs/config/test/no_auto_multidecl_fail.cpp
+++ b/libs/config/test/no_auto_multidecl_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_auto_multidecl_fail.cpp 53445 2009-05-30 11:22:59Z bemandawes $
+// Revision $Id: no_auto_multidecl_fail.cpp 79537 2012-07-15 15:59:05Z marshall $
//
-// Test file for macro BOOST_NO_AUTO_MULTIDECLARATIONS
+// Test file for macro BOOST_NO_CXX11_AUTO_MULTIDECLARATIONS
// This file should not compile, if it does then
-// BOOST_NO_AUTO_MULTIDECLARATIONS should not be defined.
+// BOOST_NO_CXX11_AUTO_MULTIDECLARATIONS should not be defined.
// See file boost_no_auto_multidecl.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_AUTO_MULTIDECLARATIONS
+#ifdef BOOST_NO_CXX11_AUTO_MULTIDECLARATIONS
#include "boost_no_auto_multidecl.ipp"
#else
#error "this file should not compile"