Skip to content

add missing const

Gerhard Raven requested to merge add-const into master

ObjectVector does not propagate const in its operator[] -- so one can get non-const access to its data. While the underlying problem should be fixed in Gaudi, this MR makes sure that the downstream code is ready for this change...

(see also Lbcom!644 (comment 6445504))

Merge request reports