On Wed, Mar 10, 2010 at 11:44 AM, Danilo Freitas <[email protected]> wrote: > I wrote some .pxd for use. They are on Cython/Includes/libcpp > (http://hg.cython.org/cython-devel/rev/d7b27e929888) > > There are only 5 wrapped classes (queue, deque, stack, vector and > set). Also there is the struct pair (here, declared as a class), that > aux the STL. > > There aren't secific tests for it yet, but we'll have soon. > > Also, there are still some issues for wrapping them (like template > declarations inside a templated class). > > Please report if you find some bug.
There is also vector and deque already wrapped in Cython/Includes/stl.pxd. Maybe let's delete this file? Ondrej _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
