Update list to remove bogus strengthened comment#5024
Update list to remove bogus strengthened comment#5024StephanTLavavej merged 4 commits intomicrosoft:mainfrom
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 |
frederick-vs-ja
left a comment
There was a problem hiding this comment.
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.