18 Apr
2005
18 Apr
'05
5:47 p.m.
Klaus Nowikow
when I compile the code below (with MSVC 7.1), I get an error telling me that "'serialize' : is not a member of 'std::vector<_Ty>'". I will post the exact error message below the code.
Hm. I did som more resarch and found the following: Whe I either remove the BOOST_SERIALIZATION_NVP() macros or change the lines ar << BOOST_SERIALIZATION_NVP(object); and ar >> BOOST_SERIALIZATION_NVP(object); to ar & BOOST_SERIALIZATION_NVP(object); it also works. Regards, Klaus