Re: [Boost-users] [serialisation] XML Archives and BOOST_CLASS_EXPORT_GUID
2 May
2007
2 May
'07
4:11 p.m.
Should I do this in my derived class to include the base class serialisation
ar & base_object<A>(*this)
Or should I do this
ar & base_object<A>(make_nvp("base", *this) )
Both give the same compile error
I use ar & BOOST_SERIALIZATION_BASE_OBJECT_NVP(DBObject); where DBObject is the name of the base class. Does this suit your needs? WBR, Pavlo Korzhyk ICQ#155870780
6405
Age (days ago)
6405
Last active (days ago)
0 comments
1 participants
participants (1)
-
Pavlo Korzhyk