mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CmdCalc: 'auto infix{true}' doesn't compile
This commit is contained in:
parent
77077fb5f4
commit
a598dc4d3f
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ CmdCalc::CmdCalc ()
|
|||
int CmdCalc::execute (std::string& output)
|
||||
{
|
||||
// Configurable infix/postfix
|
||||
auto infix {true};
|
||||
bool infix {true};
|
||||
if (context.config.get ("expressions") == "postfix")
|
||||
infix = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue