Further operator finding fixes
It wasn't finding nonmember operators with a class of the form: cdef cppclass C: C operator+(const C&, int) (i.e. with the class specified first)
Showing
Please register or sign in to comment
It wasn't finding nonmember operators with a class of the form: cdef cppclass C: C operator+(const C&, int) (i.e. with the class specified first)