$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2004-05-24 15:29:19
"Max Khesin" <MKhesin_at_[hidden]> wrote:
> I recall there have been sevral attempts at a boostified version of Andrei
> A. ScopeGuard. I want to start using this functionality ....
>
I came over TnFOX library: it contains ScopeGuard mechanism
as well as ability to create guards conditionally.
http://tnfox.sourceforge.net/TnFOX/html/group__rollbacks.html
(section Groups).
Such feature is very useful.
/Pavel