From 89fc735fbbff15f6fb19155b8342d61d10eb1379 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 1 Apr 2020 08:29:52 -0400 Subject: [PATCH] float_distance now requires C++11. --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 2d99c1f75..e3c9e93bb 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -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 ]