21 Aug
2007
21 Aug
'07
2:47 p.m.
Peter Dimov wrote:
You are the second person to cite an example of serializing shared_ptr. The question is about raw pointers.
Hmmm - it wouldn't occur to me that one could serialize a shared_ptr without the ability to serialize a raw pointer. A shared pointer is just a wrapper around a raw pointer and serialization of some data structure requires serialization of its components. Robert Ramey