Skip to content

RawEvent::Bank: Add move c'tor and assignment and deprecated copy c'tor and assignment

Gerhard Raven requested to merge add-move-to-rawevent-bank into master

Deprecate old copy c'tor and assignment, as they are ill-defined (they result in both the current and 'old' object to have identical m_owns, which in case it is set to true will result in a double delete). Instead, add move c'tor and move assignment

Edited by Gerhard Raven

Merge request reports