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.
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to