
24 Oct
2007
24 Oct
'07
9:44 p.m.
Hi, Is there a way to serialize a shared_ptr to a const object? For example: ar & shared_ptr<const A> b; I receive a compile error that prevents the above code from working.