$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [serialization] serializing std::bitset
From: Kenny Riddile (kfriddile_at_[hidden])
Date: 2009-04-01 19:46:12
I need to serialize a std::bitset.  I found an implementation by Brian 
Ravnsgaard Riis from 2006 in the vault that doesn't work with xml 
archives out of the box since it fails to use nvp wrappers internally. 
Should I just add the nvp wrappers or is there anything more current for 
serializing std::bitsets?