$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2003-08-28 09:23:52
Joe Gottman wrote:
> 
>    Has anyone considered adding a new template constructor to shared_ptr 
> that takes an allocator as an extra template parameter?  Something like 
> 
> template <class Y, class D, class Alloc>
> shared_ptr(Y *p, D d, Alloc alloc);
Yes, I have.