$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bronek Kozicki (brok_at_[hidden])
Date: 2004-08-27 10:15:47
Howard Hinnant wrote:
> I can see the utility of something like this. Perhaps we are talking
> about two different kinds of smart pointers, neither inherently better
> than the other. Sometimes you need hatchet, sometimes you need a
> carving knife.
maybe we could use partial template specialization for this? And even
for third one, where deleter object is copied into smart pointer, as it
is in shared_ptr?
B.