id summary reporter owner description type status milestone component version severity resolution keywords cc 1223 boost::serialization chokes on correcly formatted empty XML element robert.bielik@… Robert Ramey "boost::serialization expects empty XML elements on the format (which is the format it generates them in): {{{ }}} It chokes on the legally and preferred formatted XML empty element: {{{ }}} with a 'stream error'. This can be a problem if preprocessing is needed (before serialization to objects) with XML libraries who tend to write empty elements of the latter format. " Bugs closed To Be Determined serialization Boost 1.34.1 Problem wontfix XML empty element