- Inserts implicit AND operators into filters that otherwise don't.
This commit is contained in:
Paul Beckingham
2014-04-26 17:10:01 -07:00
parent 3add6c3c7e
commit 3e7052b500
2 changed files with 18 additions and 43 deletions

View File

@@ -71,7 +71,6 @@ private:
void findOperator ();
void findFilter ();
void findModifications ();
void patchInfix ();
void validate ();
private: