- Set ambiguity to false, thus disabling recognition of certain date forms.
This commit is contained in:
Paul Beckingham 2014-06-08 14:18:34 -04:00
parent ddcadb35f7
commit 22f1bf709e

View file

@ -58,7 +58,7 @@ int CmdCalc::execute (std::string& output)
Eval e;
e.addSource (namedDates);
e.addSource (domSource);
e.ambiguity (false); // TODO Could/should be configurable.
e.ambiguity (false); // TODO Configurable?
e.debug (context.config.getBoolean ("debug"));
// Compile all the args into one expression.