Skip to content

DbIter: Fully remove private copy constructors

Tadej Novak requested to merge tadej/athena:clang19-copy into main

Fully remove private copy constructors in DbIter. They do not seem to be used at all and use other private copy/assignment constructors so just remove them. Not sure why it worked until now but Clang 19 does not allow it anymore.

/cc @ssnyder @gemmeren @mnowak @elmsheus

Merge request reports

Loading