2
0
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:
Hartmut Kaiser
2005-04-03 15:22:13 +00:00
parent 71ab18563c
commit bbf85da3ea
11 changed files with 133 additions and 105 deletions

View File

@@ -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;