Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / config / test / no_lambdas_pass.cpp
index cc6523d..453a72a 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_lambdas_pass.cpp 79537 2012-07-15 15:59:05Z marshall $
+//  Revision $Id$
 //
 
 
 #ifndef BOOST_NO_CXX11_LAMBDAS
 #include "boost_no_lambdas.ipp"
 #else
-namespace boost_no_lambdas = empty_boost;
+namespace boost_no_cxx11_lambdas = empty_boost;
 #endif
 
 int main( int, char *[] )
 {
-   return boost_no_lambdas::test();
+   return boost_no_cxx11_lambdas::test();
 }