2
0
mirror of https://github.com/boostorg/odeint.git synced 2026-01-19 04:22:12 +00:00

Require C++14 for bulrisch_stoer since it uses Boost.Math

This commit is contained in:
Matt Borland
2023-12-18 13:44:32 +01:00
parent e83a6bf0a1
commit 0be9900a88

View File

@@ -60,7 +60,7 @@ test-suite "odeint"
[ run adaptive_adams_coefficients.cpp ]
[ run generic_stepper.cpp ]
[ run generic_error_stepper.cpp ]
[ run bulirsch_stoer.cpp ]
[ run bulirsch_stoer.cpp : : : [ requires cxx14_decltype_auto cxx14_generic_lambdas cxx14_return_type_deduction cxx14_variable_templates cxx14_constexpr ] ]
[ run integrate_times.cpp ]
[ run integrate_times.cpp : : : <define>ODEINT_INTEGRATE_ITERATOR : integrate_times_iterator ]
[ run integrate.cpp ]