Skip to content

Remove comments for resolved LWG issues - #1456

Merged
Stephan T. Lavavej (StephanTLavavej) merged 2 commits into
microsoft:masterfrom
miscco:LWG_issues
Nov 14, 2020
Merged

Remove comments for resolved LWG issues#1456
Stephan T. Lavavej (StephanTLavavej) merged 2 commits into
microsoft:masterfrom
miscco:LWG_issues

Conversation

@miscco

Copy link
Copy Markdown
Contributor

This removes the comments for some of the resolved LWG issues.

#Addresses #1446

Comment thread stl/inc/ranges
@CaseyCarter

Copy link
Copy Markdown
Contributor

FWIW, I think I'd prefer to hold off reviewing this until we finish #1446 so we can continue to push any comment cleanups into this PR instead of having multiple such PRs.

The following issues were recently resolved in the Standard,
and are completely implemented:

LWG-3403 Domain of ranges::ssize(E) doesn't match ranges::size(E)
LWG-3420 cpp17-iterator should check that the type looks like an iterator first
LWG-3428 single_view's in place constructor should be explicit
LWG-3435 three_way_comparable_with<reverse_iterator<int*>, reverse_iterator<const int*>>
LWG-3446 indirectly_readable_traits ambiguity for types with both value_type and element_type
LWG-3465 compare_partial_order_fallback requires F < E
LWG-3467 bool can't be an integer-like type
@StephanTLavavej

Copy link
Copy Markdown
Member

I believe I've pushed changes for all of the implemented-and-commented issues.

@miscco

Copy link
Copy Markdown
Contributor Author

Awesome, thanks a lot ;)

@StephanTLavavej
Stephan T. Lavavej (StephanTLavavej) merged commit 560bcea into microsoft:master Nov 14, 2020
@StephanTLavavej

Copy link
Copy Markdown
Member

Thanks for cleaning up these comments (and implementing many of these resolutions in the ranges code!). 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Related to documentation or comments

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants