Not totally sure what you problem is.
Have you considered tracking ? (
There're some vector of raw pointer to const objects in MyData. Removing the const-ness from those pointer resolved the compilation issue. However, it seems some smart pointer inside serialization library code is freeing those memory and that's causing a crash later on.
Is it mandatory, know it's advisable, that I need to use smart pointer instead of raw pointer in that vector here?
Regards, ~ Soumen
-- View this message in context: http://www.nabble.com/-serialization---newbie--serializing-deserializing-sin... Sent from the Boost - Users mailing list archive at Nabble.com.
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users