-
Notifications
You must be signed in to change notification settings - Fork 771
cross-references needed to library types and their requirements #696
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
Comments
|
Because they aren't types. Tim Song's suggestion is the correct way to say it. |
Thanks for clarifying. Tim Song, would you mind taking this one please? |
MeowIterator is not a named requirement, so reworded as "shall satisfy the requirements of a meow iterator", consistent with the wording in [algorithm.general]/5. Added cross-references to [meow.iterators], and to [iterator.requirements.general] for "writable". Partially addresses cplusplus#697 and cplusplus#696.
MeowIterator is not a named requirement, so reworded as "shall satisfy the requirements of a meow iterator", consistent with the wording in [algorithm.general]/5. Added cross-references to [meow.iterators], and to [iterator.requirements.general] for "writable". Partially addresses cplusplus#697 and cplusplus#696.
MeowIterator is not a named requirement, so reworded as "shall satisfy the requirements of a meow iterator", consistent with the wording in [algorithms.general]/5. Added cross-references to [meow.iterators], and to [iterator.requirements.general] for "writable". Partially addresses cplusplus#697 and cplusplus#696.
MeowIterator is not a named requirement, so reworded as "shall satisfy the requirements of a meow iterator", consistent with the wording in [algorithms.general]/5. Added cross-references to [meow.iterators], and to [iterator.requirements.general] for "writable". Partially addresses cplusplus#697 and cplusplus#696.
We say both "shall satisfy the requirements..." (55 times) and "shall meet the requirements..." (24 times). [Both counts are the results of a simple "grep".] |
I've split off the phrasing questions for \tcode concepts (e.g. CopyConstructible) into #1263. This issue now exclusively deals with iterator requirements. |
…or'. Also cross-reference the sections, not the tables, for iterator requirements. Fixes cplusplus#696.
…or'. Also cross-reference the sections, not the tables, for iterator requirements. Fixes #696.
What are the requirements of the referred-to library types mentioned in [alg.random.sample]/1 and elsewhere? For example, what are the requirements of an InputIterator type mentioned in Bullet 1.1:
"... shall meet the requirements of an InputIterator type"?
A reference would be very useful for all such types.
Grep in Latex for "shall meet the .*requirements of" to see list of all occurrences (some do have references).
Also, I could find nothing in the index for the types themselves (like InputIterator). Cross-references for each should be added.
e-mail from Richard:
The text was updated successfully, but these errors were encountered: