$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-02-04 09:14:39
Beman Dawes wrote:
> At 03:22 AM 2/4/2003, Vladimir Prus wrote:
> >Terje Slettebø wrote:
> >...
>
> Have you looked at Jen Maurer's persistence library? It was an elegant
> design and quite good at handling the issues you are discussing, IIRC.
>
> It is still in CVS under the branch "persistence-initial".
Beman,
that's not presicely what I needed. Using persistence to output a single
vector is still very verbose, compared with operator<<.
shift_writer w(cout);
save(v, w);
> I've always been sorry Jens lost interest in carrying it forward to
> formal review.
Me too.
- Volodya