We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f331a commit 56d2c97Copy full SHA for 56d2c97
test/parsers_test.cpp
@@ -131,7 +131,7 @@ void test_command_line()
131
// Regression test: check that '0' as style is interpreted as
132
// 'default_style'
133
vector<option> a4 =
134
- parse_command_line(sizeof(cmdline3_)/sizeof(const char*), const_cast<char**>(cmdline3_),
+ parse_command_line(sizeof(cmdline3_)/sizeof(const char*), cmdline3_,
135
desc, 0, additional_parser).options;
136
137
BOOST_CHECK_EQUAL(a4.size(), 4u);
0 commit comments