From 45e1ddeabcdc37baa4785ababc5c18e23dc83843 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 17 Feb 2023 13:32:59 +0200 Subject: [PATCH] Add -fno-rtti runs of contains_test and contains2_test --- test/Jamfile.v2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 02b0c5c..15d401e 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -86,3 +86,7 @@ run quick.cpp ; compile issue_42.cpp ; run fn_eq_bind_test.cpp ; + +# /usr/include/c++/4.4/bits/shared_ptr.h:146: error: cannot use typeid with -fno-rtti +run contains_test.cpp : : : off gcc-4.4,0x:no : contains_test_no_rtti ; +run contains2_test.cpp : : : off gcc-4.4,0x:no : contains2_test_no_rtti ;