
23 Jul
2004
23 Jul
'04
4:36 p.m.
Hi, I am trying to use construct similar to BOOST_FOREACH macro. In many cases I need to be able to detect whether loop was aborted with break or not. BOOST_FOREACH( ... ) { } // here if( aborted ) { .... } else { } Is there way to do so? Gennadiy.