Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / config / test / no_template_aliases_pass.cpp
index bff908e..ed66a35 100644 (file)
@@ -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_template_aliases_pass.cpp 79537 2012-07-15 15:59:05Z marshall $
+//  Revision $Id$
 //
 
 
 #ifndef BOOST_NO_CXX11_TEMPLATE_ALIASES
 #include "boost_no_template_aliases.ipp"
 #else
-namespace boost_no_template_aliases = empty_boost;
+namespace boost_no_cxx11_template_aliases = empty_boost;
 #endif
 
 int main( int, char *[] )
 {
-   return boost_no_template_aliases::test();
+   return boost_no_cxx11_template_aliases::test();
 }