id summary reporter owner description type status milestone component version severity resolution keywords cc
10240 Start tags in XML files are not checked staehr@… Robert Ramey "The exception boost::archive::xml_archive_exception::xml_archive_tag_mismatch is only thrown when end tag is wrong, start tag may be anything.
See attached example:
{{{
12
}}}
is desired,
{{{
12
}}}
is wrong and noticed as invalid, but
{{{
12
}}}
is valid, should be invalid, too.
Furthermore, in this special example, if you change the end tag of the root node (here: seriobject) to something else, there is also an exception missing." Bugs reopened To Be Determined serialization Boost 1.55.0 Problem