id summary reporter owner description type status milestone component version severity resolution keywords cc 7466 [C++11] Give dynamic_bitset a move constructor zeratul976@… jsiek dynamic_bitset does not have a move constructor. This makes it annoying to write classes that aggregate it, because those classes need explicit move constructors (the compiler will not auto-generate a move constructor if one of your fields is not movable). Feature Requests closed To Be Determined dynamic_bitset Boost 1.52.0 Problem duplicate