
11 Sep
2009
11 Sep
'09
12:42 p.m.
On Fri, Sep 11, 2009 at 9:38 AM, Frank Mori Hess <frank.hess@nist.gov> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Friday 11 September 2009, Felipe Magno de Almeida wrote:
Hi,
Is there an interest in a scoped_ptr that receives a Allocator parameter?
I don't understand. I didn't think scoped_ptr did any allocations.
It doesn't, but it calls delete. Which is not appropriate when using an Allocator. Though a make_scoped_ptr would be quite handy too for a scoped_ptr with Allocator support. [snip] -- Felipe Magno de Almeida