-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Update list to remove bogus strengthened comment #5024
Conversation
Update list to solve issue microsoft#5020
clang format validation failed. run clang-format (from IDE or standalone) and update |
Additionally:
Thanks! |
replaced _Choose_pocma_v<_Alnode> == _Pocma_values::_Equal_allocators with _Alnode_traits::is_always_equal::value
changed Choose_pocma_v<_Alnode> == _Pocma_values::_Equal_allocators to _Alnode_traits::is_always_equal::value in <list> line 923
You still haven't ran clang-format. If you are trying to do commit using web interface only then I want to tell that this is generally not a path forward. (I admit I have done some web commits on my own, but the purpose of |
sure sir, actually i tried with some online clang formatters(they have shown that code is formatted correctly) and some vs code extensions, but haven't looked in depth |
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.
LGTM assuming PR message fixed.
Thanks! I went ahead and edited your PR description to use GitHub's fix/close/resolve syntax. This PR will be part of our next merge batch, likely next week. I'll post comments as I prepare your PRs for merging. |
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
Thanks for the fix, and congratulations on your first microsoft/STL commit! 🎉 🐈 😸 This change is expected to ship in VS 2022 17.13 Preview 2. |
Fixes #5020.