summaryrefslogtreecommitdiff
path: root/libs/config/test/boost_no_auto_declarations.ipp
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-08-26 08:15:55 -0400
committerAnas Nashif <anas.nashif@intel.com>2013-08-26 08:15:55 -0400
commitbb4dd8289b351fae6b55e303f189127a394a1edd (patch)
tree77c9c35a31b1459dd7988c2448e797d142530c41 /libs/config/test/boost_no_auto_declarations.ipp
parent1a78a62555be32868418fe52f8e330c9d0f95d5a (diff)
downloadboost-bb4dd8289b351fae6b55e303f189127a394a1edd.tar.gz
boost-bb4dd8289b351fae6b55e303f189127a394a1edd.tar.bz2
boost-bb4dd8289b351fae6b55e303f189127a394a1edd.zip
Imported Upstream version 1.51.0upstream/1.51.0
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)
{