Code Cleanup

- Keep date formatting intact in arguments (necessary if the initial string
  contains optional information, as start or end of day).
This commit is contained in:
Louis-Claude Canon 2012-08-01 15:00:29 +02:00 committed by Paul Beckingham
parent ec330921de
commit e9abac1d0f
2 changed files with 20 additions and 5 deletions

View file

@ -79,6 +79,7 @@ public:
static bool is_attribute (const std::string&, std::string&);
static bool is_modifier (const std::string&, std::string&);
static bool is_dom (Nibbler&, Arg&);
static bool is_date (Nibbler&, std::string&);
static bool is_duration (Nibbler&, std::string&);
static bool is_pattern (Nibbler&, std::string&);
static bool is_subst (Nibbler&, std::string&);