Skip to content

WIP: Fix deduction of property return values.

Scott Snyder requested to merge ssnyder/Gaudi:propRetVal-20180313 into master

Fixes gcc8 compilation error with

prop["foo"]

where prop is a Property<std::map<std::string, std::string> >.

Edited by Scott Snyder

Merge request reports