Possible error in serialization library
I ran some of my code through valgrind and it detected the use of an
uninitialized value in the serialization library, as reported below:
==21969== Use of uninitialised value of size 8
==21969== at 0x80A9CE3: void boost::archive::xml_oarchive_implboost::archive::xml_oarchive::save<double>(double const&) (xml_oarchive.hpp:53)
==21969== by 0x80A9CD6: void boost::archive::save_access::save_primitive
participants (1)
-
Bill Lear