diff --git a/example/floating_point_examples.cpp b/example/floating_point_examples.cpp index f7ff6645..74f593f2 100644 --- a/example/floating_point_examples.cpp +++ b/example/floating_point_examples.cpp @@ -10,7 +10,7 @@ #include #include -#if defined(BOOST_NO_CXX11_HDR_ARRAY) && !defined(BOOST_NO_CXX11_LAMBDAS) +#if !defined(BOOST_NO_CXX11_HDR_ARRAY) && !defined(BOOST_NO_CXX11_LAMBDAS) #include diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 2083352a..09c80eb3 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -576,7 +576,7 @@ run ../example/tommath_snips.cpp $(TOMMATH) : # input files : # requirements [ check-target-builds ../config//has_tommath : : no ] ; -run ../example/floating_point_examples.cpp : : : gcc:-std=gnu++0x ; +run ../example/floating_point_examples.cpp ; run test_cpp_int_conv.cpp ; run test_native_integer.cpp ;