From fcffe08c833dc7dfb02a36bcaa6e77ce9fa050f5 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 26 May 2019 19:09:40 +0300 Subject: [PATCH] Remove manual RTTI defines --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index a45ed8e..0f1a6e7 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -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 : : : off BOOST_NO_RTTI BOOST_NO_TYPEID : options_description_no_rtti_test ] + [ run options_description_test.cpp : : : off : options_description_no_rtti_test ] ; exe test_convert : test_convert.cpp ;