$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alexander Nasonov (alnsn_at_[hidden])
Date: 2007-08-17 05:00:55
Joseph Gauterin <joseph.gauterin <at> googlemail.com> writes:
>
> It is my understanding that if the 'push_back' throws, then program
> flow will never reach the BOOST_SCOPE_EXIT block, so the internal
> scope exits object will never be created, so it won't erroneously
> remove an element.
This is correct.
-- Alexander