more std into Includes
authorRobert Bradshaw <robertwb@math.washington.edu>
Tue, 28 Jul 2009 09:40:41 +0000 (02:40 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Tue, 28 Jul 2009 09:40:41 +0000 (02:40 -0700)
--HG--
rename : Cython/Compiler/stl.pxd => Cython/Includes/stl.pxd

Cython/Includes/stl.pxd [moved from Cython/Compiler/stl.pxd with 94% similarity]

similarity index 94%
rename from Cython/Compiler/stl.pxd
rename to Cython/Includes/stl.pxd
index 76f6422070441f322e342c2330760a42db652bf6..1b298352a61e06f9340f043761fba8d25500b9cb 100644 (file)
@@ -16,7 +16,7 @@ cdef extern from "<vector>" namespace std:
                bool __lt__(vector&, vector&)\r
                bool __gt__(vector&, vector&)\r
                bool __le__(vector&, vector&)\r
-               bool _­_ge__(vector&, vector&)\r
+               bool __ge__(vector&, vector&)\r
                #others\r
                void assign(int, TYPE)\r
                #void assign(iterator, iterator)\r