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

Disable barycentric example for older compilers due to change in Boost.Range.

This commit is contained in:
jzmaddock
2017-07-01 08:26:24 +01:00
parent e9356e3c7b
commit ffc1106124

View File

@@ -127,7 +127,7 @@ test-suite examples :
[ explicit root_n_finding_algorithms ]
[ run barycentric_interpolation_example.cpp : : : [ requires cxx11_smart_ptr ] ]
[ run barycentric_interpolation_example_2.cpp : : : [ requires cxx11_smart_ptr ] ]
[ run barycentric_interpolation_example_2.cpp : : : [ requires cxx11_smart_ptr cxx11_function_template_default_args ] ]
[ run cubic_b_spline_example.cpp : : : [ requires cxx11_smart_ptr cxx11_hdr_random cxx11_defaulted_functions ] ]
;