$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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...)