Skip to content

Commit

Permalink
Disable bind_nested_rv_test.cpp for GCC 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Dec 13, 2024
1 parent ac4c6f7 commit fac7245
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ run placeholder_const_ref_test.cpp ;
run bind_function_ap_test.cpp ;
run bind_type_test.cpp ;
run bind_unique_ptr_test.cpp ;
run bind_nested_rv_test.cpp ;
run bind_nested_rv_test.cpp
: : : <toolset>gcc-4.7:<build>no ;
compile arg_copy_test.cpp ;
compile-fail arg_copy_fail.cpp
: <warnings>off ;
Expand Down

0 comments on commit fac7245

Please sign in to comment.