
22 Apr
2004
22 Apr
'04
3:51 a.m.
BTW Robert, in the doco 'New Archives' page, the following:
class simple_oarchive : public archive::common_oarchive<simple_oarchive> { public: // Allow anyone to store ints simple_oarchive& operator<< (const int& t) { archive::save(*This(), t); ^^^^^^^ return *This(); }
is listed as 'serialization::save'. Matt (Last line added to placate GMANE...)