Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / config / test / no_raw_literals_pass.cpp
index da1d1c8..ddf99c2 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_raw_literals_pass.cpp 79537 2012-07-15 15:59:05Z marshall $
+//  Revision $Id$
 //
 
 
 #ifndef BOOST_NO_CXX11_RAW_LITERALS
 #include "boost_no_raw_literals.ipp"
 #else
-namespace boost_no_raw_literals = empty_boost;
+namespace boost_no_cxx11_raw_literals = empty_boost;
 #endif
 
 int main( int, char *[] )
 {
-   return boost_no_raw_literals::test();
+   return boost_no_cxx11_raw_literals::test();
 }