Use a unique_ptr to manage the OneToOneRelation pointers in the Obj classes.
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.
BEGINRELEASENOTES
unique_ptr
to manage the OneToOneRelation pointers in theObj
classes.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
MaybeSharedPtr
s.