From 88a957b21ca6214a2a748e4fd60aa2eca20c2812 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 21 Aug 2024 03:02:31 +0300 Subject: [PATCH] test/Jamfile: add cxx11_ref_qualifiers (GCC 4.8+) to Serialization tests because of Optional --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 7e80c44d..c1372f4c 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -423,7 +423,7 @@ run memory_resource_test.cpp ; run data_test.cpp ; run size_test.cpp ; -local CPP11 = [ requires cxx11_variadic_templates cxx11_template_aliases cxx11_decltype cxx11_constexpr cxx11_noexcept ] ; +local CPP11 = [ requires cxx11_variadic_templates cxx11_template_aliases cxx11_decltype cxx11_constexpr cxx11_noexcept cxx11_ref_qualifiers ] ; local with-serialization = /boost/serialization//boost_serialization/off $(warnings-as-errors-off) norecover:static $(CPP11) ;