Re: [Boost-users] [serialization]Mal-formed XML output
Robert,
The immediate object being serialized was a shared_ptr and one
of the data members being serialized was also a shared_ptr,
although it doesn't appear that the process got to the point of
serializing that data member.
Removing the data member from serialization did nothing. The
same faulty output was created.
Removing the shared_ptr data member AND replacing the
testObj_out shared_ptr with an ordinary pointer produced a
different mal-formed XML output:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE boost_serialization>
participants (1)
-
Merrill Cornish