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

Disable invoke_mfn_constexpr_test and invoke_md_constexpr_test for GCC 4.8

This commit is contained in:
Peter Dimov
2024-03-22 05:09:13 +02:00
parent dca886ef30
commit 6b0825b893

View File

@@ -44,5 +44,7 @@ run invoke_md_noexcept_test.cpp ;
compile invoke_fn_constexpr_test.cpp ;
compile invoke_obj_constexpr_test.cpp ;
compile invoke_mfn_constexpr_test.cpp ;
compile invoke_md_constexpr_test.cpp ;
compile invoke_mfn_constexpr_test.cpp
: <toolset>gcc-4.8:<build>no ;
compile invoke_md_constexpr_test.cpp
: <toolset>gcc-4.8:<build>no ;