$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Sohail Somani (s.somani_at_[hidden])
Date: 2006-12-01 20:08:24
> -----Original Message-----
> From: boost-bounces_at_[hidden] 
> [mailto:boost-bounces_at_[hidden]] On Behalf Of Howard Hinnant
> Sent: Friday, December 01, 2006 5:02 PM
> > I wouldn't really need the extra indirection that seems to 
> be implied
> > there but that's a step in the right direction.
> 
> <nod> Agreed.  The indirection is in there really only because you  
> said "C".  The deleter type can easily be a C++ class type which can  
> then do anything you want.
Ah
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1856.html#Addit
ion%20-%20Class%20template%20unqiue_ptr
Thanks :)