From d1a771b6ea8c3496c5b6b5d76ff8d71a8edfbf54 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 24 Sep 2018 20:30:41 +0300 Subject: [PATCH] Disable -fno-rtti test on g++-4.4/c++0x as does not compile --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 4968c59..39408eb 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -10,7 +10,7 @@ import testing ; run function_test.cpp ; -run function_test.cpp : : : off : 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 ;