Pattern: Copy ctor pointer copying
Issue: -
Value of pointer points to allocated memory and is copied in copy constructor instead of allocating new memory.
Pattern: Copy ctor pointer copying
Issue: -
Value of pointer points to allocated memory and is copied in copy constructor instead of allocating new memory.