summaryrefslogtreecommitdiff
path: root/libs/config/test/no_decltype_pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/config/test/no_decltype_pass.cpp')
-rw-r--r--libs/config/test/no_decltype_pass.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/config/test/no_decltype_pass.cpp b/libs/config/test/no_decltype_pass.cpp
index 922712a48c..54fab98ca9 100644
--- a/libs/config/test/no_decltype_pass.cpp
+++ b/libs/config/test/no_decltype_pass.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_decltype_pass.cpp 51606 2009-03-04 14:28:36Z bemandawes $
+// Revision $Id: no_decltype_pass.cpp 79537 2012-07-15 15:59:05Z marshall $
//
-// Test file for macro BOOST_NO_DECLTYPE
+// Test file for macro BOOST_NO_CXX11_DECLTYPE
// This file should compile, if it does not then
-// BOOST_NO_DECLTYPE should be defined.
+// BOOST_NO_CXX11_DECLTYPE should be defined.
// See file boost_no_decltype.ipp for details
// Must not have BOOST_ASSERT_CONFIG set; it defeats
@@ -24,7 +24,7 @@
#include <boost/config.hpp>
#include "test.hpp"
-#ifndef BOOST_NO_DECLTYPE
+#ifndef BOOST_NO_CXX11_DECLTYPE
#include "boost_no_decltype.ipp"
#else
namespace boost_no_decltype = empty_boost;