
11 Sep
2012
11 Sep
'12
5:38 a.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