Skip to content

Property: remove deprecation comment on value()

Frank Winklmeier requested to merge valuedepr into master

I don't think there is any plan to remove Property::value() as there is no reasonable alternative to it for non-POD properties (e.g. myMapProperty.value().at()).

This comment recently caused some confusion amongst ATLAS developers what the appropriate way to get access to the value should be.

Merge request reports