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

[sequence.reqmts] Use \range instead of \tcode throughout the standard #7626

Closed
wants to merge 1 commit into from

Conversation

Mick235711
Copy link
Contributor

In various cases, the standard used \tcode{[i, j)} instead of \range{i}{j} to specify a left-closed right-open range of items, thus causing a visible difference. For example: [sequence.reqmts]/2.6 (using \tcode) versus [associative.reqmts.general]/7.10 (using \range):
CleanShot 2025-02-10 at 21 28 58@2x
CleanShot 2025-02-10 at 21 29 09@2x

Thus this PR seeks to change all occurrences of such \tcode ranges in the standard to actually use \range instead.

@frederick-vs-ja
Copy link
Contributor

@Eelis (and I for some parts) also did these changes, see #7143.

@Mick235711
Copy link
Contributor Author

Let's defer to that PR then.

@Mick235711 Mick235711 closed this Feb 11, 2025
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.

2 participants