coroutine
coroutine copied to clipboard
Use BOOST_VERIFY instead of conditional BOOST_ASSERT
This change
- reduces complexity of the code in Boost.Coroutine due to the elimination of preprocessor conditionals
- removes code duplication
- prevents a warning (on some compilers) in case
BOOST_DISABLE_ASSERTSis not defined, butNDEBUGis defined