Oleg V. Zhylin wrote: Hmmm - whenever this happens to me I just display a back trace of the stack. The most recent serialialization is the one missing the NVP. takes about two seconds. Robert Ramey
Thanks for noticing this, Bill. Thus the problem in my main project is that NVP wrapper is missing somewhere. Too bad this can only be tracked down manually...
--- Bill Lear
wrote: On Tuesday, April 24, 2007 at 16:07:03 (-0700) Oleg V. Zhylin writes:
... // If your program fails to compile here, its most likely due to // not specifying an nvp wrapper around the variable to // be serialized.
I believe you need the BOOST_SERIALIZATION_NVP wrapper, here:
ar & i;
around i, thus:
ar & BOOST_SERIALIZATION_NVP(i);
Bill _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
WBR Oleg V. Zhylin ovz@yahoo.com
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com