|
Boost : |
From: Robert Ramey (ramey_at_[hidden])
Date: 2002-11-30 21:01:33
>From: "Gennadiy Rozental" <gennadiy.rozental_at_[hidden]>
>Yes I believe we could combine input/output algorithms for stl constructs.
>In any case it should be simple template functor that wont be instantiated
>if not used.
>But I would prefer:
>/boost/seralization/stl/
>vector.hpp
>list.hpp
>...
Hmmm - thats odd to me. Why not
/boost/serialization/std/ // note std rather than stl
vector.hpp
list.hpp
...
and what about things like shared_ptr ? would that be:
/boost/serialization/boost/
shared_ptr.hpp
Robert Ramey
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk