
21 Nov
2004
21 Nov
'04
4:01 p.m.
Robert Ramey wrote:
I doubt that any serialization library available today (and there many) could implement serialization of std::tr1::shared_ptr from its pubilc interface. Perhaps this suggests that there is something missing from std::tr1::shared_ptr ?
I recently came across genserial.sf.net. Take a look if you have the time, it uses shared_ptr extensively. Quite impressive use of custom deleters and the like. ;-)