S
Sebastian Mach
`stack` does not have an `iterator`-member-type, and therefore does not meet the general container requirements: `[container.requirements.general]`.
But in `[container.adaptors.general]`
Are sequence containers not a subset of general containers?
(sidenote: I originally asked this on http://stackoverflow.com/questions/...containers-not-a-subset-of-general-containers)
But in `[container.adaptors.general]`
container adaptors meet the requirements for sequence containers.The headers <queue> and <stack> define the container adaptors queue, priority_queue, and stack. These
Are sequence containers not a subset of general containers?
(sidenote: I originally asked this on http://stackoverflow.com/questions/...containers-not-a-subset-of-general-containers)