OpenCyphal-Garage / libcyphal

Portable reference implementation of the Cyphal protocol stack in C++ for embedded systems and Linux.
http://opencyphal.org
MIT License
282 stars 503 forks source link

Do not use public destructors (unless you really need them) #351

Closed pavel-kirienko closed 3 weeks ago

pavel-kirienko commented 2 months ago

We don't seem to need them so far. Use interface_ptr instead.

serges147 commented 3 weeks ago

@pavel-kirienko I think this issue has been addressed. Would you agree?