[PyQt] SIP, templates and mapped types
Giovanni Bajo
rasky at develer.com
Sun Feb 10 20:12:36 GMT 2008
Hi Phil,
SIP templated mapped types do not seem to "match" work when the type
used in the template is the instantiation of a template itself.
For instance, if you use stl.sip from here:
http://www.riverbankcomputing.com/pipermail/pyqt/2007-July/016785.html
you see that SIP is able to generate the wrapper for
std::vector<BugType>, but not for std::vector<std::vector<BugType> >
(even though it already has all the information it needs, AFAICT).
Is this something hard to implement/fix?
--
Giovanni Bajo
More information about the PyQt
mailing list