>From: "Gennadiy Rozental" <[EMAIL PROTECTED]>

>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
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to