Skip to content

ENH: Impoved utilization of shared_pointer support

Robert M. O'Bara requested to merge bob.obara/smtk:removingPointerMethod into master

Item, Attribute and Definition now derive from enable_shared_from_this to make it easy to get the shared pointer from the raw pointer. This removed the need for pointer().

Updated the code to reflect these changes as well as rmeoving calls to get the shared pointer that were not needed.

Merge request reports