mirror of
https://github.com/boostorg/multiprecision.git
synced 2026-02-20 02:42:26 +00:00
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:
@@ -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 ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user