add self assignment logic to classes with pointer members

Issue #1026 closed
Roland Haas created an issue

this patch add the typical assign-to-self to Carpet's classes that contain pointer members. Ie. it exits early rather than deleting a pointer to data that is to be copied. Almost cosometical since it never triggered so far.

Keyword:

Comments (4)

  1. Log in to comment