Commit 181d2df5 authored by Robert Bradshaw's avatar Robert Bradshaw

more std into Includes

--HG--
rename : Cython/Compiler/stl.pxd => Cython/Includes/stl.pxd
parent d928e45f
......@@ -16,7 +16,7 @@ cdef extern from "<vector>" namespace std:
bool __lt__(vector&, vector&)
bool __gt__(vector&, vector&)
bool __le__(vector&, vector&)
bool __ge__(vector&, vector&)
bool __ge__(vector&, vector&)
#others
void assign(int, TYPE)
#void assign(iterator, iterator)
......
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