$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Torsten Robitzki (Torsten_at_[hidden])
Date: 2002-08-25 09:10:12
Hi,
Joe Swatosh wrote:
>
> I'd love to see scope_guard as a part of boost. What's the next step?
>
me too.
I use this ScopeGuards every day to make my threaded code
cancellation save under OpenVMS .While stack unwinding due
to a canceled thread only d'tors will be called and no exception
handler will be invoked (same under True64).
Is there a way to get you proposal?
kind regards
Torsten