$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2005-03-28 19:24:17
"Malte Starostik" wrote:
> I'm using a wrapper class to automate postconstruction and
> predestruction. A preliminarily boostified version (added licence
> header, changed namespace to boost) is available at
> http://malte.homeip.net/~malte/prepost/
>
How is your solution better than to have
- factory function/class for post-constructor and
- deleter attached to shared_ptr for pre-destructor?
/Pavel