Skip to content

Commit fcffe08

Browse files
pdimovvprus
authored andcommitted
Remove manual RTTI defines
1 parent d95d316 commit fcffe08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Jamfile.v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ test-suite program_options :
3535
[ po-test required_test.cpp : required_test.cfg ]
3636
[ po-test exception_txt_test.cpp ]
3737
[ po-test optional_test.cpp ]
38-
[ run options_description_test.cpp : : : <rtti>off <define>BOOST_NO_RTTI <define>BOOST_NO_TYPEID : options_description_no_rtti_test ]
38+
[ run options_description_test.cpp : : : <rtti>off : options_description_no_rtti_test ]
3939
;
4040

4141
exe test_convert : test_convert.cpp ;

0 commit comments

Comments
 (0)