boost::serialize 1.61 ticket #12141 not quite fixed for Visual Studio 15?
After converting to boost 1.61 and Visual Studio 15 we now see a problem closely related to one reported in ticket #12141. Our XML archives now end with the following 2 lines: </boost_serialization> Could someone suggest a quick fix please? I think the problem must be in archive/impl/xml_woarchive_impl.ipp but I can't seem to grasp how the archive destructor emits the last line. Regards, Colin Humphries
On 6/26/16 3:33 PM, Colin Humphries wrote:
After converting to boost 1.61 and Visual Studio 15 we now see a problem closely related to one reported in ticket #12141. Our XML archives now end with the following 2 lines:
</boost_serialization>
Could someone suggest a quick fix please? I think the problem must be in archive/impl/xml_woarchive_impl.ipp but I can’t seem to grasp how the archive destructor emits the last line.
Regards,
Colin Humphries
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
When this was reported we took emergency action to make sure it was addressed before the final release. Are you sure you have the actual 1.61 final release? Robert Ramey
participants (2)
-
Colin Humphries
-
Robert Ramey