Skip to content

Commit

Permalink
test/Jamfile: add cxx11_ref_qualifiers (GCC 4.8+) to Serialization te…
Browse files Browse the repository at this point in the history
…sts because of Optional
  • Loading branch information
pdimov committed Aug 21, 2024
1 parent 1bac0cc commit 88a957b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -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 = <library>/boost/serialization//boost_serialization/<warnings>off $(warnings-as-errors-off) <undefined-sanitizer>norecover:<link>static $(CPP11) ;

Expand Down

0 comments on commit 88a957b

Please sign in to comment.