I have template functions inside a non-template class.
template <typename T>
List(const T &value);
template <typename T>
List &append(const T &value);
I copied them over to a sip file without changing their syntax. SIP
complains about the
syntax error. I couldn't seem to find any related info from the SIP
reference guide.
Is there anything specific I have to do to make it work?
Thanks a lot,
-Jean
_______________________________________________
PyQt mailing list PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt