Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Strong index types for equality comparator #10883
Strong index types for equality comparator #10883
Changes from 55 commits
50b8891
b9ed4d7
d67f17e
464ed2b
b26b318
1fd199d
18bd9f0
b5b8b39
4060b4f
73c4b27
9cdbe27
c8a38fe
8b5ef34
77f85b4
529e944
fb0e192
56d99ba
c5998b7
b78d978
3aea8d4
bbaf360
4a1d7aa
09c5661
290323f
4c69edd
ea8c223
857f570
d9f63f0
12f7a8b
fbd5b90
3db6484
3e81b53
1834095
9cb656b
c766bf3
a311bcc
b935835
ff26024
f779bff
157abbc
a2ac19d
75249e8
f50faf5
bed1162
6930952
2781af1
8b239d4
17bd96c
ae77f68
d6b5eb9
5f39a28
bf3555c
df98698
b67d070
4429cc4
893db8a
7e69d3b
c51b053
934ee73
cf996f0
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fyi, CTAD is your friend.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably add overloads of the comparators that take a scalar for the lhs or rhs that do this automaticaly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm glad you mentioned this. I was thinking that would be a helpful next step as well, but I hadn't yet spent the time to identify how many times that pattern occurs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would be an interesting follow up PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Filed an issue: #10892
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also filed a related FEA issue: #10893