mirror of
https://github.com/boostorg/coroutine2.git
synced 2025-05-09 15:14:01 +00:00
Merge branch 'develop'
This commit is contained in:
commit
e1b3ca3179
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user