From fc98bf23c16baf836d2c841792d4e0b35dd82727 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 24 Mar 2018 13:27:35 +0200 Subject: Return bool from parse() indicating whether anything has been parsed --- cli/options.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/options.hxx') diff --git a/cli/options.hxx b/cli/options.hxx index a4242bc..8a93b43 100644 --- a/cli/options.hxx +++ b/cli/options.hxx @@ -1410,7 +1410,7 @@ class options _parse (const char*, ::cli::scanner&); private: - void + bool _parse (::cli::scanner&, ::cli::unknown_mode option, ::cli::unknown_mode argument); -- cgit v1.1