[PyQt] SIP bug: const T& versus T const&

Mathias.Born at gmx.de Mathias.Born at gmx.de
Wed Jun 1 09:28:14 BST 2011


Hi,

During my first steps with SIP I discovered that it accepts
function parameters like

void example_function(const T&);

but not

void example_function(T const&);

It would be nice if SIP supported this, too.

Best Regards,
Mathias Born






More information about the PyQt mailing list