[xsd-users] bug in cxx/tree/stream-extraction.hxx

Ray Lischner rlischner at proteus-technologies.com
Fri Apr 6 11:54:43 EDT 2007


Extracting a sequence of fundamental values doesn't work because as_size needs to be an lvalue, not an rvalue. Change line 115 of cxx/tree/stream-extraction.hxx to use a variable, as is done for the non-fundamental-type case, earlier in the file.
--
Ray Lischner, Proteus Technologies



More information about the xsd-users mailing list