From fac72450f20b06ecd56fa6a3de97ed07cbcfb3c5 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 13 Dec 2024 02:57:12 +0200 Subject: [PATCH] Disable bind_nested_rv_test.cpp for GCC 4.7 --- test/Jamfile.v2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index e834b71e..5f775aa3 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -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 + : : : gcc-4.7:no ; compile arg_copy_test.cpp ; compile-fail arg_copy_fail.cpp : off ;