- Named dates now store the raw form as the source, to assist parsing.
This commit is contained in:
Paul Beckingham 2014-06-29 22:18:43 -04:00
parent c5bde168c4
commit 91670e9cb5

View file

@ -551,6 +551,7 @@ bool namedDates (const std::string& name, Variant& value)
else
return false;
value.source (name);
return true;
}