$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] scoped_allocator_ptr
From: Felipe Magno de Almeida (felipe.m.almeida_at_[hidden])
Date: 2009-09-11 07:51:59
Hi,
Is there an interest in a scoped_ptr that receives a Allocator parameter?
I've been needing this in some libraries I've been developing.
It could use EBO for the Allocator parameter to have the same size as
scoped_ptr for empty Allocators.
I need a move_ptr with a Allocator parameter too. But I rather let
somebody else write for now.
Thanks,
-- Felipe Magno de Almeida