Fix PP-logic on test case.

Don't explicitly request gnu++0x mode - it causes conflicts with testers running in c++1y mode.
This commit is contained in:
jzmaddock
2014-04-10 18:01:29 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -576,7 +576,7 @@ run ../example/tommath_snips.cpp $(TOMMATH)
: # input files
: # requirements
[ check-target-builds ../config//has_tommath : : <build>no ] ;
run ../example/floating_point_examples.cpp : : : <toolset>gcc:<cxxflags>-std=gnu++0x ;
run ../example/floating_point_examples.cpp ;
run test_cpp_int_conv.cpp ;
run test_native_integer.cpp ;