J
john
Erik said:Yes, but it does not fulfil the requirements of a container (the
concept), one of which is to provide iterators.
I am not sure it should provide iterators to be considered a container.
"list" does not provide subscripting and is a container.
Just to confuse people
even more it is described under section 23.3 Associative Containers.
In any case, also in TC++PL3 "bitset" is described in Chapter 17
(17.5.3), which is titled: "Standard Containers", together with the
other containers.