Commit 8b4b796d authored by Robert Bradshaw's avatar Robert Bradshaw

Fix stack declaration.

parent ca89289c
cdef extern from "<stack>" namespace "std" nogil:
ctypedef T value_type
cdef cppclass stack[T]:
ctypedef T value_type
stack() except +
stack(stack&) except +
#stack(Container&)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment