optimad / mimmo

Surface manipulation and mesh morphing library
http://optimad.github.io/mimmo
GNU Lesser General Public License v3.0
99 stars 21 forks source link

core: derive MimmoSharedPointer from std::shared_ptr #146

Closed edoardolombardi closed 3 years ago

edoardolombardi commented 3 years ago

Currently MimmoSharedPtr is not derived by std::shared_ptr, the request is to derive it from std::shared_ptr, in order to inherite members and operators from standard base class and allow the casting.

Note. At least a new constructor and an overloading of stream operator are needed to manage counter for mimmo purposes (i.e. I/O by ports)

roccoarpa commented 3 years ago

Issue dropped for mimmo end-of-devel