bug in boost::serialization XML
31 Aug
2007
31 Aug
'07
9:47 a.m.
boost::serialization needs empty XML elements on the form: <ElementName></ElementName> whereas the preferred (and legal) XML empty element syntax is: <ElementName/> boost::serialization chokes on this with a 'stream error' exception. I've found this because I needed to preprocess the XML before serializing into objects and the third party XML lib generates empty elements of the latter form. Thanks /Rob
6299
Age (days ago)
6299
Last active (days ago)
0 comments
1 participants
participants (1)
-
Robert Bielik