1
0
forked from boostorg/bind

Disable bind_nested_rv_test.cpp for GCC 4.7

This commit is contained in:
Peter Dimov
2024-12-13 02:57:12 +02:00
parent ac4c6f7c7a
commit fac72450f2

View File

@ -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 ;