mirror of
https://github.com/boostorg/wave.git
synced 2026-02-02 09:22:19 +00:00
Wave test application now properly supports config files. Fixed minor issues.
[SVN r27944]
This commit is contained in:
@@ -143,7 +143,7 @@ namespace cmd_line_util {
|
||||
|
||||
BOOST_SPIRIT_ASSERT(p);
|
||||
// Assume only one path per '-I' occurrence.
|
||||
string t = tokens[0];
|
||||
string const& t = po::validators::get_single_string(tokens);
|
||||
if (t == "-") {
|
||||
// found -I- option, so switch behaviour
|
||||
p->seen_separator = true;
|
||||
|
||||
Reference in New Issue
Block a user