• da_woods's avatar
    Further operator finding fixes · f1930c2d
    da_woods authored
    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)
    f1930c2d
Symtab.py 97.6 KB