Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / config / test / no_constexpr_fail.cpp
index 37561f1..0f1163c 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_constexpr_fail.cpp 79537 2012-07-15 15:59:05Z marshall $
+//  Revision $Id$
 //
 
 
@@ -32,6 +32,6 @@
 
 int main( int, char *[] )
 {
-   return boost_no_constexpr::test();
+   return boost_no_cxx11_constexpr::test();
 }