[xsd-users] Error while compiling generated code with clang

Adrien Chauve adrien.chauve at gmail.com
Sun Nov 28 15:47:03 EST 2010


Hi,

I tried to compile generated code with clang and got an error. It seems that
there is an unqualified call to setg in zc-istream.txx (line 35).

   setg (b, b, e);       ====>    this->setg(b, b, e);

By the way, I noticed clang is not one of the supported compilers. Do you
plan to support it in the near future?

Thanks very much,
Adrien


More information about the xsd-users mailing list