summaryrefslogtreecommitdiff
path: root/libs/config/test/no_decltype_pass.cpp
diff options
context:
space:
mode:
authorChanho Park <chanho61.park@samsung.com>2014-12-11 18:55:56 +0900
committerChanho Park <chanho61.park@samsung.com>2014-12-11 18:55:56 +0900
commit08c1e93fa36a49f49325a07fe91ff92c964c2b6c (patch)
tree7a7053ceb8874b28ec4b868d4c49b500008a102e /libs/config/test/no_decltype_pass.cpp
parentbb4dd8289b351fae6b55e303f189127a394a1edd (diff)
downloadboost-08c1e93fa36a49f49325a07fe91ff92c964c2b6c.tar.gz
boost-08c1e93fa36a49f49325a07fe91ff92c964c2b6c.tar.bz2
boost-08c1e93fa36a49f49325a07fe91ff92c964c2b6c.zip
Imported Upstream version 1.57.0upstream/1.57.0
Diffstat (limited to 'libs/config/test/no_decltype_pass.cpp')
-rw-r--r--libs/config/test/no_decltype_pass.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/config/test/no_decltype_pass.cpp b/libs/config/test/no_decltype_pass.cpp
index 54fab98ca9..91dfe258d0 100644
--- a/libs/config/test/no_decltype_pass.cpp
+++ b/libs/config/test/no_decltype_pass.cpp
@@ -6,7 +6,7 @@
// 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 79537 2012-07-15 15:59:05Z marshall $
+// Revision $Id$
//
@@ -27,11 +27,11 @@
#ifndef BOOST_NO_CXX11_DECLTYPE
#include "boost_no_decltype.ipp"
#else
-namespace boost_no_decltype = empty_boost;
+namespace boost_no_cxx11_decltype = empty_boost;
#endif
int main( int, char *[] )
{
- return boost_no_decltype::test();
+ return boost_no_cxx11_decltype::test();
}