Under g++ 4.4, <memory> doesn't compile with rtti=off

This commit is contained in:
Peter Dimov
2019-04-22 15:57:56 +03:00
parent a571b3a250
commit 719e819570

View File

@ -312,6 +312,6 @@ run weak_ptr_alias_move_test.cpp ;
run sp_typeinfo_test.cpp : : : <rtti>off : sp_typeinfo_test_no_rtti ;
run get_deleter_test.cpp : : : <rtti>off : get_deleter_test_no_rtti ;
run get_deleter_test2.cpp : : : <rtti>off : get_deleter_test2_no_rtti ;
run get_deleter_test3.cpp : : : <rtti>off : get_deleter_test3_no_rtti ;
run get_deleter_test.cpp : : : <rtti>off <toolset>gcc-4.4.7,<cxxstd>0x:<build>no : get_deleter_test_no_rtti ;
run get_deleter_test2.cpp : : : <rtti>off <toolset>gcc-4.4.7,<cxxstd>0x:<build>no : get_deleter_test2_no_rtti ;
run get_deleter_test3.cpp : : : <rtti>off <toolset>gcc-4.4.7,<cxxstd>0x:<build>no : get_deleter_test3_no_rtti ;