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
exchange member with a new account and same rank in the ranked collec… #2587
exchange member with a new account and same rank in the ranked collec… #2587
Changes from 1 commit
07b93db
66b2f08
fbf91f3
8d68ca5
cd50907
05f6ee6
255ad1f
4df260b
413ce7f
89a8c29
6dc14e9
279ed33
f7d68ef
065c619
ec954ad
205c2d8
3d0c8f7
b92210e
3115f39
fd68eb1
59bb68a
a33fe94
b7078b0
7d25b5c
fdbbe76
2758890
239831c
99fc1b7
76963a1
5c6b2cf
0cb7494
f58c20a
0da55a7
7ed5a3d
598c2bc
3f03aaf
6e9e14d
0920307
43773cb
684beb3
754184f
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.
If you make an equivalent of
do_remove_member_to_rank
that does these two operations, it would be a good counterpart todo_add_member_to_rank
, it would make the code a bit nicer, and you can use it in other places as well.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.
would be good to see a test for
EnsureRanked<Test, (), 2>
in action as well.