Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 183 Bytes

12.18.md

File metadata and controls

1 lines (1 loc) · 183 Bytes

Because we can have as much shared_ptrs as we want point to the same memory. Thus the ownership of the memory do not need to be released by one pointer and pass to another pointer.