|
|
|
|
|
by nyanpasu64
1588 days ago
|
|
> This label is the target of a goto from outside of the block containing this label AND this block has an automatic variable with an initializer I get this issue a lot on modern compilers, when trying to write switch/macro-based coroutines (https://www.chiark.greenend.org.uk/~sgtatham/coroutines.html) in C++. Does anyone have a workaround? (I hope it doesn't involve C++20 coroutines... I still don't understand them.) |
|