Update symmetric_coroutine_impl.hpp
This commit is contained in:
parent
dfa9bc76bf
commit
fa9ddbf573
@ -392,7 +392,7 @@ public:
|
||||
flags_ &= ~flag_running;
|
||||
}
|
||||
|
||||
inline void yield() BOOST_NOEXCEPT
|
||||
inline void yield()
|
||||
{
|
||||
BOOST_ASSERT( is_running() );
|
||||
BOOST_ASSERT( ! is_complete() );
|
||||
|
Loading…
Reference in New Issue
Block a user