|
Boost : |
From: Matthew Vogt (mvogt_at_[hidden])
Date: 2004-04-21 22:51:19
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...)
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk