It is quite disappointing that C++11 cannot join two bitsets.
For example, I am doing Huffman encoding/decoding. I have obtained the code word for every input element. Now I want to join them together.
I suggest std::bitset should be treated like std::string. All string operations such as string concatenation, sub-string extraction, string search, etc., are supported for bitset in the next version C++ standard.