0
votes
How do I *not* delete a member in a destructor?
If you have dynamically allocated memory for this member it is possible once you have shared the reference to this member before destroying the object and if you ensure the member is not destroyed …
