Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subsection nesting in [containers.adaptors] is inconsistent #355

Closed
jwakely opened this issue Aug 5, 2014 · 0 comments · Fixed by #357
Closed

Subsection nesting in [containers.adaptors] is inconsistent #355

jwakely opened this issue Aug 5, 2014 · 0 comments · Fixed by #357

Comments

@jwakely
Copy link
Member

jwakely commented Aug 5, 2014

23.6 Container adaptors [container.adaptors]
23.6.1 In general [container.adaptors.general]
23.6.2 Header <queue> synopsis [queue.syn]
23.6.3 Class template queue [queue]
23.6.4 Class template priority_queue [priority.queue]
23.6.5 Class template stack [stack]
23.6.5.1 Header <stack> synopsis [stack.syn]

Why is [queue.syn] an rSec2 but [stack.syn] is an rSec3?
Why is the [stack.syn] header synopsis nested below the class that is defined in that header?

I think it would be more consistent to change [stack.syn] to rSec2 and either move it to come immediately after [queue.syn] so both synopses come before the class template definitions (matching how it's done in 23.4 [associative] and 23.5 [unord]) or else move it before [stack].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant