You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Error compiling Cython file:
------------------------------------------------------------
...
# allocator_type.difference_type to be true to the C++ definition
# but cython doesn't support defered access on template arguments
ctypedef size_t size_type
ctypedef ptrdiff_t difference_type
cppclass iterator:
^
------------------------------------------------------------
Cython/Includes/libcpp/vector.pxd:12:8: 'iterator' redeclared
The text was updated successfully, but these errors were encountered:
This code:
fails to compile with
The text was updated successfully, but these errors were encountered: