How to serialize boost::dynamic_bitset?

I went ahead and filed the pull request to add Serialization support to Boost Dynamic Bitset Serialization using the public interface isn’t optimal as to_block_range()/from_block_range() require copying of m_bits (and subsequent resize()). I added a generic implementation to Boost Dynamic Bitset. The changes merge cleanly against develop or master (1_58_0). Changes Implementation added with minimal … Read more