2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-15 01:02:14 +00:00

float_distance now requires C++11.

This commit is contained in:
Nick
2020-04-01 08:29:52 -04:00
parent cd4cdb93b1
commit 89fc735fbb

View File

@@ -478,7 +478,7 @@ test-suite special_fun :
[ run test_ldouble_simple.cpp ../../test/build//boost_unit_test_framework ]
# Needs to run in release mode, as it's rather slow:
[ run test_next.cpp pch ../../test/build//boost_unit_test_framework : : : release ]
[ run test_next.cpp pch ../../test/build//boost_unit_test_framework : : : release [ requires cxx11_auto_declarations cxx11_range_based_for cxx11_lambdas ] ]
[ run test_next_decimal.cpp pch ../../test/build//boost_unit_test_framework : : : release ]
[ run test_owens_t.cpp ../../test/build//boost_unit_test_framework ]
[ run test_polygamma.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_framework ]