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

Fix remaining references to container requirements, and adjust subclause naming #6255

Merged
merged 2 commits into from Jul 25, 2023

Conversation

jwakely
Copy link
Member

@jwakely jwakely commented May 17, 2023

Related to #6184

I missed the [re.results.general] one in #6253 because I searched for {container.requirements.general}. The [string.cons] one is to the top-level of container requirements, but should be to the sequence requirements.

After fixing those, we can retitle/relabel some of the container requirements subclauses, as discussed in #6184

@jwakely
Copy link
Member Author

jwakely commented May 17, 2023

For [re.results.general], would it be better to say

the requirements of an allocator-aware container (24.2.2.5) and of a sequence
container (24.2.4)

instead of:

the requirements of an allocator-aware container and of a sequence
container (24.2.2.5, 24.2.4)

?

@jwakely
Copy link
Member Author

jwakely commented May 17, 2023

That would be consistent with [stacktrace.basic.overview], which says:

The class template basic_stacktrace satisfies the requirements of a reversible container (24.2.2.3), of an
allocator-aware container (24.2.2.5), and of a sequence container (24.2.4), except that

@jwakely jwakely changed the title [re.results.general] Fix another reference to [container.requirements… Fix remaining references to container requirements, and adjust subclause naming May 18, 2023
…ements.general]

These should refer to [container.alloc.reqmts] for an allocator-aware container.
There are no more cross-references to [container.gen.reqmts] or
[container.requirements.general], so this doesn't affect anything else.
@tkoeppe tkoeppe force-pushed the issue-6184 branch 2 times, most recently from 2f9b1b4 to dd32b7e Compare July 25, 2023 15:04
@tkoeppe tkoeppe merged commit 06a5b33 into main Jul 25, 2023
4 checks passed
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.

None yet

2 participants