-
Notifications
You must be signed in to change notification settings - Fork 1.6k
use _Make_unsigned_like_t
instead of make_unsigned_t
for _Max_possible_v
#3356
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
Conversation
Co-authored-by: A. Jiang <[email protected]>
Thanks! I pushed a conflict-free merge with |
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.
Thanks for this!
@CaseyCarter @strega-nil-ms I pushed your suggested change. I refrained from adding a |
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
…tion with `views::iota` and `views::transform`".
I had to push an additional commit to work around the previously reported VSO-1666180 " |
Thanks for fixing this bug and improving ranges usability! 🐞 🛠️ 😸 |
Fixes #3025
Yes, I saw @frederick-vs-ja 's comment and we can change every use
_Make_unsigned_like_t
tomake_unsigned_t
when the C++ standard will be changed.