mirror of
https://github.com/boostorg/function.git
synced 2025-07-29 12:27:15 +02:00
Disable -fno-rtti test on g++-4.4/c++0x as <memory> does not compile
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
import testing ;
|
||||
|
||||
run function_test.cpp ;
|
||||
run function_test.cpp : : : <rtti>off : function_test_no_rtti ;
|
||||
run function_test.cpp : : : <rtti>off <toolset>gcc-4.4.7,<cxxstd>0x:<build>no : function_test_no_rtti ;
|
||||
run function_n_test.cpp ;
|
||||
run allocator_test.cpp ;
|
||||
run stateless_test.cpp ;
|
||||
|
Reference in New Issue
Block a user