X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libs%2Fscope_exit%2Ftest%2Fsame_line.cpp;h=6a7ff1fff6042646ba5ccd28859496888befcc7b;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=c25277970f813820f3acdd833b868e65414df8d7;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/libs/scope_exit/test/same_line.cpp b/libs/scope_exit/test/same_line.cpp index c252779..6a7ff1f 100644 --- a/libs/scope_exit/test/same_line.cpp +++ b/libs/scope_exit/test/same_line.cpp @@ -7,7 +7,7 @@ // Home at http://www.boost.org/libs/scope_exit #include -#ifdef BOOST_NO_VARIADIC_MACROS +#ifdef BOOST_NO_CXX11_VARIADIC_MACROS # error "variadic macros required" #else @@ -64,7 +64,7 @@ int main(void) { f(x, delta); -#ifndef BOOST_NO_LAMBDAS +#ifndef BOOST_NO_CXX11_LAMBDAS { SCOPE_EXIT_ALL_INC_DEC(x, delta) // Multiple scope exits on same line. }