7 Feb
2016
7 Feb
'16
5:31 p.m.
On February 7, 2016 11:24:55 AM EST, Phil Bouchard
make_shared<> & shared_ptr<> needs to manage 2 pointers; one for reference count and one for the pointed object.
When using make_shared(), there's one memory block, though there are still two pointers. ___ Rob (Sent from my portable computation engine)