Merge branch 'develop'

This commit is contained in:
Oliver Kowalke 2018-06-11 19:29:30 +02:00
commit e1b3ca3179

View File

@ -76,7 +76,7 @@ As an example, the code below will result in undefined behaviour:
boost::coroutines2::coroutine<void>::push_type coro(
[&](boost::coroutines2::coroutine<void>::pull_type& yield){
yield();
coro();
});
coro();