2
0
mirror of https://github.com/boostorg/compat.git synced 2026-01-19 04:02:16 +00:00

Disable invoke_mfn_constexpr_test, invoke_md_constexpr_test for GCC 4.9 as well

This commit is contained in:
Peter Dimov
2024-03-28 01:26:22 +02:00
parent fa9180b234
commit d745abe3a3

View File

@@ -45,9 +45,9 @@ run invoke_md_noexcept_test.cpp ;
compile invoke_fn_constexpr_test.cpp ;
compile invoke_obj_constexpr_test.cpp ;
compile invoke_mfn_constexpr_test.cpp
: <toolset>gcc-4.8:<build>no ;
: <toolset>gcc-4.8:<build>no <toolset>gcc-4.9:<build>no ;
compile invoke_md_constexpr_test.cpp
: <toolset>gcc-4.8:<build>no ;
: <toolset>gcc-4.8:<build>no <toolset>gcc-4.9:<build>no ;
run invoke_result_test.cpp ;
run is_invocable_test.cpp ;