mirror of
https://github.com/boostorg/function.git
synced 2025-07-29 20:37:14 +02:00
Add -fno-rtti runs of contains_test and contains2_test
This commit is contained in:
@ -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 : : : <rtti>off <toolset>gcc-4.4,<cxxstd>0x:<build>no : contains_test_no_rtti ;
|
||||
run contains2_test.cpp : : : <rtti>off <toolset>gcc-4.4,<cxxstd>0x:<build>no : contains2_test_no_rtti ;
|
||||
|
Reference in New Issue
Block a user