From 0a1a33a4434d6c87d9af8606d36a3c7c7e155d54 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 13 Nov 2018 18:13:50 +0200 Subject: [PATCH] Update toolset name for gcc-4.4 --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index b19bfcf..6bd1d69 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -11,7 +11,7 @@ import testing ; run function_test.cpp ; # /usr/include/c++/4.4/bits/shared_ptr.h:146: error: cannot use typeid with -fno-rtti -run function_test.cpp : : : off gcc-4.4,0x:no : function_test_no_rtti ; +run function_test.cpp : : : off gcc-4.4.7,0x:no : function_test_no_rtti ; run function_n_test.cpp ; run allocator_test.cpp ; run stateless_test.cpp ;