Skip to content

Draft: change return type of DataObject::version from `unsigned char` to `const unsigned char&`

Gerhard Raven requested to merge lhcb-lhcb-issue-151 into master

change return type of DataObject::version from unsigned char to const unsigned char& to see whether it fixes lhcb/LHCb#151 due to the lack of lifetime extension of the returned char

Merge request reports