|
Boost Users : |
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
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net