
10 Sep
2012
10 Sep
'12
11:38 p.m.
Hi, One more question /I don't know if this has already be commented. Now that Boost.Coroutine is able to transfer user exceptions, what is the difference between calling to coroutine<>::self_t::yield_break()/ and throwing /coroutine_terminated?/ If there is no one, shouldn't both (/coroutine<>::self_t::yield_break()/ and throwing /coroutine_terminated) /be removed from the library? The same applies for generators. Best, Vicente