WIP: Fix deduction of property return values.
Fixes gcc8 compilation error with
prop["foo"]
where prop is a Property<std::map<std::string, std::string> >.
Edited by Scott Snyder
Fixes gcc8 compilation error with
prop["foo"]
where prop is a Property<std::map<std::string, std::string> >.