Hi,

sip gives me an unssuported error for a 'signed char' cast operator:

"sip: xsi_value.sip:428: Unsupported operator cast"

class CValue
{
%TypeHeaderCode
#include "xsi_value.h"
%End

public:
...
operator signed char () const;
...
};

Is it a limitation or it's by design ?

What would be the workaround if any ?

thanks for your help.

-mab
-- 
View this message in context: 
http://old.nabble.com/sip%3A-unsupported-cast-operator-tp31552995p31552995.html
Sent from the PyQt mailing list archive at Nabble.com.

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

Reply via email to