$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Brett Carswell (brett.carswell_at_[hidden])
Date: 2005-07-04 20:35:33
Hi All,
We've been doing some testing with the 1.33 CVS Head and there appears
to be a bug in the xml serialization. If the tag name has a 0
character in it (not at the start) an exception is thrown.
Looking in the source for basic_xml_oarchive.ipp it seems like there
is an error in the lookup_table array. Where it's trying to allow 0-9
and the : char to be valid it is actually allowing 1-9 : and ;.
Anyone else experienced this or have I got the wrong end of the stick?
Cheers,
Brett