From f18e4c4f844e2cc709ad8447bda1c469ea277d6f Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Mon, 6 Jul 2020 08:21:45 +0100 Subject: [PATCH] Fix case of header name, fix C++11 requirement on one test. --- tools/Jamfile.v2 | 4 +++- tools/hyp_2f0_data.cpp | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/Jamfile.v2 b/tools/Jamfile.v2 index c80d5642c..8060a97f8 100644 --- a/tools/Jamfile.v2 +++ b/tools/Jamfile.v2 @@ -199,7 +199,9 @@ install generate_test_values_install : generate_test_values : bin ; exe igamma_temme_large_coef : igamma_temme_large_coef.cpp ; install igamma_temme_large_coef_install : igamma_temme_large_coef : bin ; -exe lanczos_generator : lanczos_generator.cpp ../../chrono/build//boost_chrono ../../system/build//boost_system : [ check-target-builds ../../multiprecision/config//has_float128 : quadmath : no ] ; +exe lanczos_generator : lanczos_generator.cpp ../../chrono/build//boost_chrono ../../system/build//boost_system : +[ check-target-builds ../../multiprecision/config//has_float128 : quadmath : no ] +[ requires cxx11_nullptr ] ; install lanczos_generator_install : lanczos_generator : bin ; exe factorial_tables : factorial_tables.cpp ; diff --git a/tools/hyp_2f0_data.cpp b/tools/hyp_2f0_data.cpp index 6417427da..119052f05 100644 --- a/tools/hyp_2f0_data.cpp +++ b/tools/hyp_2f0_data.cpp @@ -4,7 +4,7 @@ // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #include "mp_t.hpp" -#include +#include #include #include #include