$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (abrahams_at_[hidden])
Date: 2001-06-11 14:00:22
----- Original Message -----
From: <svanechel_at_[hidden]>
files section (resource.zip).
>
> Basically the RAII-harness (apparently that's the terminology for
> it)
> does most of the work and only those aspects that of resource
> management that are dependent on the resource type are moved out into
> a traits class.
Does it do resource acquisition? If not, it doesn't have anything to do with
RAII. I'm not suggesting your library is useless, but pushing for a
meaningful and powerful definition of RAII.
-Dave