mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
C++11: Cleaned up program framework with range-based for
This commit is contained in:
parent
5a57dfd70d
commit
e74c6963a9
28 changed files with 937 additions and 1221 deletions
|
@ -49,8 +49,8 @@ public:
|
|||
void ambiguity (bool);
|
||||
void debug (bool);
|
||||
|
||||
static void getOperators (std::vector <std::string>&);
|
||||
static void getBinaryOperators (std::vector <std::string>&);
|
||||
static std::vector <std::string> getOperators ();
|
||||
static std::vector <std::string> getBinaryOperators ();
|
||||
|
||||
private:
|
||||
void evaluatePostfixStack (const std::vector <std::pair <std::string, Lexer::Type>>&, Variant&) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue