-
Notifications
You must be signed in to change notification settings - Fork 782
[ranges] Introduce bidirectional-common
and random-access-sized
to simplify concept spelling
#6654
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
base: main
Are you sure you want to change the base?
Conversation
…pts to simplify spelling
Co-authored-by: Johel Ernesto Guerrero Peña <johelegp@gmail.com>
Now this is entirely editorial, I think? |
@jwakely @CaseyCarter , please have a look. |
P3179R9 introduced |
I'm currently working on LWG for this. |
This is the resolution for #6633.
This PR moves
bidirectional-common
to [range.utility.helpers] also withslide-caches-nothing
which renames it torandom-access-sized
:Then replace them where they are used in [ranges].
I believe this is editorial, and it simplifies the spelling of a number of concepts without reducing readability, which is an improvement in my opinion.
And I think this also helps with the concept spelling for newly-introduced range adaptors.
Comments are welcome.