summaryrefslogtreecommitdiff
path: root/libs/config/test/boost_no_auto_declarations.ipp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/config/test/boost_no_auto_declarations.ipp')
-rw-r--r--libs/config/test/boost_no_auto_declarations.ipp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/config/test/boost_no_auto_declarations.ipp b/libs/config/test/boost_no_auto_declarations.ipp
index 65410827c2..ce526eb8b4 100644
--- a/libs/config/test/boost_no_auto_declarations.ipp
+++ b/libs/config/test/boost_no_auto_declarations.ipp
@@ -5,11 +5,11 @@
// See http://www.boost.org/libs/config for most recent version.
-// MACRO: BOOST_NO_AUTO_DECLARATIONS
+// MACRO: BOOST_NO_CXX11_AUTO_DECLARATIONS
// TITLE: C++0x auto declarators unavailable
// DESCRIPTION: The compiler does not support C++0x declarations of variables with automatically deduced type
-namespace boost_no_auto_declarations {
+namespace boost_no_cxx11_auto_declarations {
void check_f(int& x)
{