
8 Dec
2009
8 Dec
'09
11:45 a.m.
John Phillips skrev:
Shifted Pointer --------------- :Author: Phil Bouchard
:Review Manager: Needed
:Download: `Boost Vault <http://www.boost-consulting.com/vault/index.php?&direction=0&order=&directory=Memory>`__
:Description: Smart pointers are in general optimized for a specific resource (memory usage, CPU cycles, user friendliness, ...) depending on what the user need to make the most of. The purpose of this smart pointer is mainly to allocate the reference counter (or owner) and the object itself at the same time so that dynamic memory management is simplified thus accelerated and cheaper on the memory map.
Is this not already done with make_shared()? If so, I see no need to review this library. -Thorsten