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

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to