Ticket #767 (closed defect: fixed)
Template specialization leaks into builtin types
| Reported by: | robertwb | Owned by: | robertwb |
|---|---|---|---|
| Priority: | major | Milestone: | 0.17 |
| Component: | C++ | Keywords: | |
| Cc: |
Description
As reported on the list
cdef extern from "file": cdef cppclass A[T]: pass cdef func1(A[double] a): pass cdef public pub_func2(double a): pass
fails with "Function declared public or api may not have private types"
Change History
Note: See
TracTickets for help on using
tickets.
