From f173f9c0fb6bbc7297a74198bfa63cb06cae8145 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 18 Jan 2018 14:36:58 +0200 Subject: [PATCH] Remove -fno-deduce-init-list from make_shared_arrays_test, allocate_shared_arrays_test; seems no longer needed --- test/Jamfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index 01c1253..325d4cb 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -149,13 +149,13 @@ compile-fail array_fail_member_access.cpp ; compile-fail array_fail_array_access.cpp ; run make_shared_array_test.cpp ; -run make_shared_arrays_test.cpp : : : gcc-4.6:-fno-deduce-init-list ; +run make_shared_arrays_test.cpp ; # -fno-deduce-init-list no longer needed for gcc-4.6 run make_shared_array_throws_test.cpp ; run make_shared_array_esft_test.cpp ; run make_shared_array_noinit_test.cpp ; run make_shared_array_value_test.cpp ; run allocate_shared_array_test.cpp ; -run allocate_shared_arrays_test.cpp : : : gcc-4.6:-fno-deduce-init-list ; +run allocate_shared_arrays_test.cpp ; # -fno-deduce-init-list no longer needed for gcc-4.6 run allocate_shared_array_throws_test.cpp ; run allocate_shared_array_esft_test.cpp ; run allocate_shared_array_noinit_test.cpp ;