RawEvent::Bank: Add move c'tor and assignment and deprecated copy c'tor and assignment
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