Why doesn’t std::bitset come with iterators?
I don’t think there was ever an actual decision to exclude iterators from bitset. Rather, bitset is one of the classes that predates the proposal to add the original Standard Template Library to the C++ standard. When it was designed, essentially none of the standard library included iterators. Then, Stepanov’s library was proposed for addition, … Read more