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

[strings], [unord.req.general], [stringbuf.members]: Fix xrefs to [co… #6253

Merged
merged 1 commit into from May 17, 2023

Conversation

jwakely
Copy link
Member

@jwakely jwakely commented May 16, 2023

…ntainer.requirements.general]

All the references for "qualifies as an input iterator" and "qualifies as an allocator" are supposed to be to [container.reqmts] p69 which begins:

The behavior of certain container member functions and deduction
guides depends on whether types qualify as input iterators or
allocators.

The reference in [string.require] for obtaining an allocator should be to [container.reqmts] p64.

The reference in [string.require] Note 2 should be to [container.requirements.pre] p3.

Fixes #6184

…ntainer.requirements.general]

All the references for "qualifies as an input iterator" and "qualifies
as an allocator" are supposed to be to [container.reqmts] p69 which
begins:

> The behavior of certain container member functions and deduction
> guides depends on whether types qualify as input iterators or
> allocators.

The reference in [string.require] for obtaining an allocator should be
to [container.reqmts] p64.

The reference in [string.require] Note 2 should be to
[container.requirements.pre] p3.

Fixes #6184
@tkoeppe tkoeppe merged commit 4fac9f9 into main May 17, 2023
4 checks passed
@jwakely jwakely deleted the issue-6184 branch May 17, 2023 09:38
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 this pull request may close these issues.

[std] Update references to [container.requirements.general]
3 participants