-
Notifications
You must be signed in to change notification settings - Fork 8
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
Remove the "Experimental additional constraints" from Readable #239
Labels
Comments
CaseyCarter
added a commit
to CaseyCarter/cmcstl2
that referenced
this issue
Oct 27, 2016
In indirect_result_of, decay the type of the function before passing to IndirectCallable.
CaseyCarter
added a commit
to CaseyCarter/cmcstl2
that referenced
this issue
Oct 27, 2016
Implement PR for ericniebler/stl2#239:
CaseyCarter
added a commit
to CaseyCarter/cmcstl2
that referenced
this issue
Oct 28, 2016
CaseyCarter
added a commit
to CaseyCarter/cmcstl2
that referenced
this issue
Oct 28, 2016
ericniebler
added a commit
that referenced
this issue
Nov 19, 2016
ericniebler
added a commit
that referenced
this issue
Jan 18, 2017
ericniebler
added a commit
that referenced
this issue
Feb 1, 2017
ericniebler
added a commit
that referenced
this issue
Feb 15, 2017
ericniebler
added a commit
that referenced
this issue
Feb 18, 2017
ericniebler
added a commit
that referenced
this issue
Feb 18, 2017
ericniebler
added a commit
that referenced
this issue
Feb 18, 2017
CaseyCarter
added a commit
to CaseyCarter/cmcstl2
that referenced
this issue
Dec 27, 2017
* P0541 * P0547 * P0579 * ericniebler/stl2#155 * ericniebler/stl2#167 * ericniebler/stl2#172 * ericniebler/stl2#229 * ericniebler/stl2#232 * ericniebler/stl2#239 * ericniebler/stl2#241 * ericniebler/stl2#242 * ericniebler/stl2#243 * ericniebler/stl2#244 * ericniebler/stl2#245 * ericniebler/stl2#255 * ericniebler/stl2#286 * ericniebler/stl2#299 * ericniebler/stl2#301 * ericniebler/stl2#310 * ericniebler/stl2#311 * ericniebler/stl2#313 * ericniebler/stl2#322 * ericniebler/stl2#339 * ericniebler/stl2#381 Remove post-increment experiment in `move_iterator`. Remove `EqualityComparable`/`Sentinel<default_sentinel>` extensions to `ostreambuf_iterator`.
CaseyCarter
added a commit
to CaseyCarter/cmcstl2
that referenced
this issue
Mar 5, 2018
* P0541 * P0547 * P0579 * ericniebler/stl2#155 * ericniebler/stl2#167 * ericniebler/stl2#172 * ericniebler/stl2#229 * ericniebler/stl2#232 * ericniebler/stl2#239 * ericniebler/stl2#241 * ericniebler/stl2#242 * ericniebler/stl2#243 * ericniebler/stl2#244 * ericniebler/stl2#245 * ericniebler/stl2#255 * ericniebler/stl2#286 * ericniebler/stl2#299 * ericniebler/stl2#301 * ericniebler/stl2#310 * ericniebler/stl2#311 * ericniebler/stl2#313 * ericniebler/stl2#322 * ericniebler/stl2#339 * ericniebler/stl2#381 Remove post-increment experiment in `move_iterator`. Remove `EqualityComparable`/`Sentinel<default_sentinel>` extensions to `ostreambuf_iterator`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From #183:
I see no reason to keep them; we should strike those requirements from P0022 before moving it into the TS.
Proposed Resolution:
Wording relative to P0022R2. Change the definition of the
Readable
concept in [iterators.readable] as follows:The text was updated successfully, but these errors were encountered: