I submitted code to serialize std::bitsets in 2006 (Boost version 1.33.1). The code enabled tight packing (1 true/false saved as 1 bit) not otherwise available in Boost.Serialization. Robert seemed to be busy at the time (isn't he always :) ), so my code did not get into Boost.Serialization. I have updated to Boost version 1.35.0, so I needed to update my add-on code. I am prepared to submit my revised code to serialize std::bitsets, if anyone is interested. Steve F. McKay Social Security Administration Room 760 Altmeyer 6401 Security Boulevard Baltimore, Maryland 21235 (410)965-3014
Why don't you send it to me and I'll take a look at it? Matthias On 22 Aug 2008, at 13:20, McKay, Steve F. wrote:
I submitted code to serialize std::bitsets in 2006 (Boost version 1.33.1). The code enabled tight packing (1 true/false saved as 1 bit) not otherwise available in Boost.Serialization. Robert seemed to be busy at the time (isn't he always :) ), so my code did not get into Boost.Serialization. I have updated to Boost version 1.35.0, so I needed to update my add-on code. I am prepared to submit my revised code to serialize std::bitsets, if anyone is interested.
Steve F. McKay Social Security Administration Room 760 Altmeyer 6401 Security Boulevard Baltimore, Maryland 21235 (410)965-3014
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Matthias Troyer
-
McKay, Steve F.