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. -- - Danilo Freitas _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
