$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2005-04-26 09:58:37
Gennadiy Rozental wrote:
> I do not know how "expert" it is, but I am quite sure that ordinary
> user will find it very useful. How many times ordinary C++ user is
> faced with resource (of any kind) management tasks? My guess a
> lot. And in many many cases it would be more easy to write a
> policy for PBSP instead of writing everything from scratch.
> boost::smart_ptr does cover a lot of ground. But it's still
> incomparable (IMO) with power presented by PBSP solution.
By PBSP, do you mean policy-based smart pointers in general, or a
Loki-derived smart pointer in particular?