AIDASoft / podio

PODIO
GNU General Public License v3.0
24 stars 60 forks source link

Use unique_ptr to manage one-to-one-relations in the Obj classes #689

Closed tmadlener closed 1 month ago

tmadlener commented 1 month ago

BEGINRELEASENOTES

ENDRELEASENOTES

I am not entirely sure why they were not managed by smart pointers before. It's possible that this was not possible before we introduced the MaybeSharedPtrs.

hegner commented 1 month ago

@tmadlener - ROOT got hickups previously with them. But that's plenty of years ago. Thanks for the improvement!