From 293a4ee00946c3a5f01452119eb5a2398626d5e9 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 18 Jan 2018 14:34:06 +0200 Subject: [PATCH] Use full gcc-4.4.7 version --- test/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index 15fbffa..8fc64c5 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -68,7 +68,7 @@ run sp_recursive_assign_test.cpp ; run sp_recursive_assign2_test.cpp ; run sp_recursive_assign_rv_test.cpp ; run sp_recursive_assign2_rv_test.cpp ; -compile-fail auto_ptr_lv_fail.cpp : gcc-4.4:no ; +compile-fail auto_ptr_lv_fail.cpp : gcc-4.4.7:no ; run atomic_count_test2.cpp ; run sp_typeinfo_test.cpp ; compile make_shared_fp_test.cpp ;