mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 23:03:54 +00:00
test/Jamfile: add cxx11_ref_qualifiers (GCC 4.8+) to Serialization tests because of Optional
This commit is contained in:
parent
1bac0ccfd1
commit
88a957b21c
@ -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) ;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user