Lexer: Collapsed two ::isString calls into one

This commit is contained in:
Paul Beckingham 2015-07-06 16:39:08 -04:00
parent 7a6d546a0d
commit 1fed8c55f1
2 changed files with 39 additions and 30 deletions

View file

@ -85,7 +85,7 @@ public:
bool isEOS () const;
// Stream Classifiers.
bool isString (std::string&, Lexer::Type&, int quote);
bool isString (std::string&, Lexer::Type&, const std::string&);
bool isDate (std::string&, Lexer::Type&);
bool isDuration (std::string&, Lexer::Type&);
bool isUUID (std::string&, Lexer::Type&);