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

Slowly try to green build by adding more requirements for C++11

This commit is contained in:
Nick
2020-04-06 05:25:58 -04:00
parent 96b93faa2d
commit 97ff6da729

View File

@@ -54,22 +54,22 @@ test-suite examples :
[ run binomial_sample_sizes.cpp ]
[ run brent_minimise_example.cpp : : : [ requires cxx11_hdr_tuple ] ]
[ run c_error_policy_example.cpp ]
[ run c_error_policy_example.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] ]
[ run chi_square_std_dev_test.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] <exception-handling>off:<build>no ]
[ run distribution_construction.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] <exception-handling>off:<build>no ]
[ run error_handling_example.cpp : : : <exception-handling>off:<build>no ]
[ run error_handling_example.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] <exception-handling>off:<build>no ]
[ run error_policies_example.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] ]
[ run error_policy_example.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] <exception-handling>off:<build>no ]
[ run f_test.cpp ]
[ run f_test.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] ]
# [ run fft_sines_table.cpp : : : [ requires cxx11_numeric_limits ] ]
# No need to re-run this routinely as it only creates a table of sines for a documentation example.
[ run find_location_example.cpp : : : <exception-handling>off:<build>no ]
[ run find_location_example.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] <exception-handling>off:<build>no ]
[ run find_mean_and_sd_normal.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] <exception-handling>off:<build>no ]
[ run find_root_example.cpp : : : <exception-handling>off:<build>no ]
[ run find_scale_example.cpp : : : <exception-handling>off:<build>no ]
[ run geometric_examples.cpp : : : <exception-handling>off:<build>no ]
[ run hyperexponential_snips.cpp ]
[ run find_root_example.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] <exception-handling>off:<build>no ]
[ run find_scale_example.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] <exception-handling>off:<build>no ]
[ run geometric_examples.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] <exception-handling>off:<build>no ]
[ run hyperexponential_snips.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] ]
[ run hyperexponential_more_snips.cpp ]
[ run inverse_chi_squared_example.cpp ]
[ run legendre_stieltjes_example.cpp : : : [ requires cxx11_auto_declarations cxx11_defaulted_functions cxx11_lambdas ] ]
@@ -79,14 +79,14 @@ test-suite examples :
[ run lambert_w_simple_examples.cpp : : : [ requires cxx11_numeric_limits ] ]
[ run lambert_w_precision_example.cpp : : : [ check-target-builds ../config//has_float128 "GCC libquadmath and __float128 support" : <linkflags>-lquadmath ] [ requires cxx11_numeric_limits cxx11_explicit_conversion_operators ] ]
[ run inverse_gamma_example.cpp ]
[ run inverse_gamma_distribution_example.cpp : : : <exception-handling>off:<build>no ]
[ run inverse_gamma_example.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] ]
[ run inverse_gamma_distribution_example.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] <exception-handling>off:<build>no ]
[ run laplace_example.cpp : : : <exception-handling>off:<build>no ]
[ run nc_chi_sq_example.cpp ]
[ run neg_binom_confidence_limits.cpp ]
[ run nc_chi_sq_example.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] ]
[ run neg_binom_confidence_limits.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] ]
[ run neg_binomial_sample_sizes.cpp ]
[ run negative_binomial_example1.cpp : : : <exception-handling>off:<build>no ]
[ run negative_binomial_example2.cpp ]
[ run negative_binomial_example1.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] <exception-handling>off:<build>no ]
[ run negative_binomial_example2.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] ]
[ run nonfinite_num_facet.cpp ]
[ run nonfinite_facet_simple.cpp ]
@@ -111,10 +111,10 @@ test-suite examples :
[ run policy_eg_7.cpp ]
[ run policy_eg_8.cpp ]
[ run policy_eg_9.cpp ]
[ run policy_ref_snip1.cpp : : : <exception-handling>off:<build>no ]
[ run policy_ref_snip10.cpp ]
[ run policy_ref_snip11.cpp ]
[ run policy_ref_snip12.cpp ]
[ run policy_ref_snip1.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] <exception-handling>off:<build>no ]
[ run policy_ref_snip10.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] ]
[ run policy_ref_snip11.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] ]
[ run policy_ref_snip12.cpp : : : [ requires cxx11_numeric_limits cxx11_hdr_tuple cxx11_auto_declarations ] ]
[ run policy_ref_snip13.cpp : : : <exception-handling>off:<build>no ] # Fails clang-win - thrown exception from no Cauchy mean.
[ run policy_ref_snip2.cpp ]
[ run policy_ref_snip3.cpp : : : <exception-handling>off:<build>no ]