Remove manual RTTI defines

This commit is contained in:
Peter Dimov
2019-05-26 19:09:40 +03:00
committed by Vladimir Prus
parent d95d316848
commit fcffe08c83

View File

@@ -35,7 +35,7 @@ test-suite program_options :
[ po-test required_test.cpp : required_test.cfg ]
[ po-test exception_txt_test.cpp ]
[ po-test optional_test.cpp ]
[ run options_description_test.cpp : : : <rtti>off <define>BOOST_NO_RTTI <define>BOOST_NO_TYPEID : options_description_no_rtti_test ]
[ run options_description_test.cpp : : : <rtti>off : options_description_no_rtti_test ]
;
exe test_convert : test_convert.cpp ;