Boost logo

Boost :

Subject: Re: [boost] Review Wizard report for December 2009
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2009-12-08 06:45:02


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk