Skip to content

Commit

Permalink
Disable invoke_mfn_constexpr_test, invoke_md_constexpr_test for GCC 4…
Browse files Browse the repository at this point in the history
….9 as well
  • Loading branch information
pdimov committed Mar 27, 2024
1 parent 8baff00 commit 37bb97a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
Expand Down

0 comments on commit 37bb97a

Please sign in to comment.