$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2006-03-12 17:01:55
Howard Hinnant wrote:
> So now both the reference and emulation implementations will use
> D::pointer only if it exists in D, otherwise T* is used. This is not
> only more flexible, but also more convenient. You can forget about
> defining the pointer typedef in your deleter unless you really care
> about it.
That's pretty nice. :-)