X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libs%2Fconfig%2Ftest%2Fno_constexpr_fail.cpp;h=0f1163c40609b72888ba93eea0193649d4c79de5;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=37561f1acb6c8be04a8b82fc56d31ee1f09b7c31;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/libs/config/test/no_constexpr_fail.cpp b/libs/config/test/no_constexpr_fail.cpp index 37561f1..0f1163c 100644 --- a/libs/config/test/no_constexpr_fail.cpp +++ b/libs/config/test/no_constexpr_fail.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_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(); }