|
Boost Users : |
From: Ruediger Berlich (ruediger.berlich_at_[hidden])
Date: 2007-04-05 04:42:30
Robert Ramey wrote:
> *this is not a pointer. Hence
> oa << make_nvp("myp",*this);
>
> Does not serialize through a pointer to the base class. Try the following
> instead:
>
> oa << make_nvp("myp",this);
>
> Robert Ramey
Ups - my stupidity. This now works as described.
Thanks and have a good easter time,
Ruediger
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