There’s some extra C++ support you need to do. At the top of your .pyx file, add
from libcpp cimport bool
I’d take a look inside that to find the other things you might need, like std::string and STL containers
There’s some extra C++ support you need to do. At the top of your .pyx file, add
from libcpp cimport bool
I’d take a look inside that to find the other things you might need, like std::string and STL containers