Update symmetric_coroutine_impl.hpp

This commit is contained in:
Giacomo Drago 2015-04-19 19:20:51 +01:00
parent dfa9bc76bf
commit fa9ddbf573

View File

@ -392,7 +392,7 @@ public:
flags_ &= ~flag_running;
}
inline void yield() BOOST_NOEXCEPT
inline void yield()
{
BOOST_ASSERT( is_running() );
BOOST_ASSERT( ! is_complete() );