Boost logo

Boost Users :

From: Robert Ramey (ramey_at_[hidden])
Date: 2007-10-05 11:38:59


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


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