5 Oct
2007
5 Oct
'07
3:38 p.m.
a) I don't see a serialize function for Action. Until this exists, it's not a serializble type. Hence it will not compile. b) The following is not symetrical and this is almost always a programmer error
oa << BOOST_SERIALIZATION_NVP(this); ... ia >> BOOST_SERIALIZATION_NVP(*this);
Robert Ramey