Fix inability to 'co_yield' a non-const T& from generator<const T>. · kyabe2718/cppcoro@c6a2567 · GitHub
Skip to content

Commit c6a2567

Browse files
committed
Fix inability to 'co_yield' a non-const T& from generator<const T>.
Fixes lewissbaker#88.
1 parent 0a768bf commit c6a2567

2 files changed

Lines changed: 28 additions & 3 deletions

File tree

include/cppcoro/generator.hpp

Lines changed: 3 additions & 3 deletions

test/generator_tests.cpp

Lines changed: 25 additions & 0 deletions

0 commit comments

Comments
 (0)