$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2004-09-14 22:06:29
>Again, Robert, I have to thank you immensely for the Serialization
>library. It has made my life much easier.
>Anyway, I was wondering, since you state in the manual that all STL
>containers are supported, why I can't seem to find std::bitset in that.
>I realize that it is probably not the most common container to
>serialize, but still. Also, considering the is Boost library now, I'm
>wondering about the apparent absence of serialization for boost::tuple.
>It's not the end of the world (I can write them myself rather easily, I
>suppose), but for completeness I'd think at least Boost.Tuple should be
>supported.
LOL - I never heard of std::bitset until you mentioned it. Also I think I
overlooked vector<bool> as well.
Feel free to implement serialization for them and put your name on it. Make
a test and we'll add it in.
Robert Ramey