[C++-sig] Another pyste bug...;-)

Giulio Eulisse giulio.eulisse at cern.ch
Fri Mar 28 10:45:50 CET 2003


Looks like I'm stress-testing pyste...;-)

In QCString.h from QT you have

class QCString
{
[...]
operator const char * () const;
[...]
};

which gets boostified in:

.def("to_char", &QCString::operator char)

which is not found (missing *, I guess) when compiling...

Ciao,
Giulio





More information about the Cplusplus-sig mailing list