Support for c++ 20 coroutines / co_yield etc...? #3792
Unanswered
elSomewhere
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know PyBind11 should support c++20, and indeed the following code compiles fine:
But in python:
import cmake_example
test = cmake_example.Gen()
test.next()
causes
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
Are coroutines supported?
Beta Was this translation helpful? Give feedback.
All reactions