id summary reporter owner description type status milestone component version severity resolution keywords cc 4483 [serialization] test_non_default_ctor2.cpp leaks FloatValueHolder instance anonymous Robert Ramey "The testcase should serialize member `A::floatValue` (type `FloatValueHolder*`) by value instead of through a pointer. Serializing through a pointer causes the instance created by `A`'s c'tor to be overwritten by a newly created instance, leaking the original. Using {{{ ar & BOOST_SERIALIZATION_NVP(*floatValue) }}} instead fixes the problem" Bugs closed To Be Determined serialization Boost Development Trunk Cosmetic invalid