
17 Aug
2007
17 Aug
'07
9 a.m.
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