Socket: fixed bug in readfrom where socklen was not set
[senf.git] / Utils / Console / STLSupport.hh
index 6879483..69a6e14 100644 (file)
@@ -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();