Add directive "cpp_locals" to handle C++ variables using std::optional (GH-4225)
This avoids the need for default constructors of stack allocated variables and temps by allowing late initialisation. Closes https://github.com/cython/cython/issues/4160
Showing
Please register or sign in to comment