Hello everyone,
Here's a small test case I'm trying to compile. I'm trying to pass a
STL set reference to a method in a template class.
x.pyx:
from libcpp.set cimport set as cpp_set
cdef extern from "x.hh":
cdef cppclass Foo [T]:
Foo()
void set_x(cpp_set
On 17 December 2011 19:48, Romain Guillebert wrote:
> Hi everyone
>
> I rebased the ctypes backend branch to the last cython commit, and I
> wondered how the branch should be merged with the main cython
> repository. I see 3 options : a) upload the branch without merging it b)
> merge the branch b