[xsd-users] Compilation error in zc-istream.txx

Barrie Kovish barrie.kovish at singularsoftware.com
Tue May 15 16:27:06 EDT 2012


I noticed that zc-istream.txx won't compile with the LLVM.  An error is
reported at:

Method:    init ()
Line:         35
Code:       setg (b, b, e);

To fix this compile time issue I changed the code to:

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

Barrie


More information about the xsd-users mailing list