X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FConsole%2FSTLSupport.hh;h=69a6e14bf48074e6f8a96fae8d3b3ea3fc263159;hb=da4da33fc6ce9f6140d4bfb2ff8266f676e7683b;hp=68794836f2319034a8b5ad24b1dc9803a1eddda7;hpb=7ff3c55db7420433cea0bd7f0fe6c82583f78d4f;p=senf.git diff --git a/Utils/Console/STLSupport.hh b/Utils/Console/STLSupport.hh index 6879483..69a6e14 100644 --- a/Utils/Console/STLSupport.hh +++ b/Utils/Console/STLSupport.hh @@ -43,6 +43,7 @@ namespace console { struct SequenceArgumentTraits { typedef Sequence type; + static bool const singleToken = false; static void parse(ParseCommandInfo::TokensRange const & tokens, type & out); static std::string description();