-
Notifications
You must be signed in to change notification settings - Fork 769
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
cross-references needed at uses of "writable to" in the library #697
Comments
timsong-cpp
pushed a commit
to timsong-cpp/draft
that referenced
this issue
Apr 15, 2016
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.
timsong-cpp
added a commit
to timsong-cpp/draft
that referenced
this issue
Apr 15, 2016
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.
timsong-cpp
added a commit
to timsong-cpp/draft
that referenced
this issue
Apr 15, 2016
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.
timsong-cpp
added a commit
to timsong-cpp/draft
that referenced
this issue
Apr 15, 2016
Add cross-references to [iterator.requirements.general] for "writable" for alg.replace], [alg.fill], [alg.partitions], [partial.sum] and [adjacent.difference]. Fixes cplusplus#697.
timsong-cpp
added a commit
to timsong-cpp/draft
that referenced
this issue
Apr 15, 2016
Add cross-references to [iterator.requirements.general] for "writable" for alg.replace], [alg.fill], [alg.partitions], [partial.sum] and [adjacent.difference]. Fixes cplusplus#697.
timsong-cpp
added a commit
to timsong-cpp/draft
that referenced
this issue
Apr 15, 2016
Add cross-references to [iterator.requirements.general] for "writable" for [alg.replace], [alg.fill], [alg.partitions], [partial.sum] and [adjacent.difference]. Fixes cplusplus#697.
zygoloid
pushed a commit
that referenced
this issue
May 30, 2016
Add cross-references to [iterator.requirements.general] for "writable" for [alg.replace], [alg.fill], [alg.partitions], [partial.sum] and [adjacent.difference]. Fixes #697.
FrankHB
pushed a commit
to FrankHB/draft
that referenced
this issue
Jul 9, 2016
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.
FrankHB
pushed a commit
to FrankHB/draft
that referenced
this issue
Jul 9, 2016
Add cross-references to [iterator.requirements.general] for "writable" for [alg.replace], [alg.fill], [alg.partitions], [partial.sum] and [adjacent.difference]. Fixes cplusplus#697.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[alg.random.sample]/1.4 states:
"PopulationIterator’s value type shall be writable to out."
What's it mean for a value type to be writable to something?
There is a definition for "writable" in [iterator.requirements.general] - it would help to have a reference here and elsewhere, and add the definition to the index.
The text was updated successfully, but these errors were encountered: