From: Zoltan Szatmary (szaki_at_[hidden])
Date: 2005-01-18 14:40:09


Hello

could you help please? what is the easiest way to (de)serialize a member
of type vector<const A*> (A being a base class)? Serializing is fine,
but deserialization fails to compile since the vector deserialization
code tries to deserialize a const A* pointer without const_cast-ing it
(I guess).

Thank you in advance

Zoltan