implemented the proposed resolution for LWG-2762#2376
implemented the proposed resolution for LWG-2762#2376StephanTLavavej merged 5 commits intomicrosoft:mainfrom
Conversation
|
Thanks! I went ahead and pushed comment changes to the test, as it had commented-out lines like |
|
I tried running the tests on compiler explorer before committing and on the latest msvc the tests were failing with /std:c++latest and /std:c++20 flags but was confused when i found that with /std:c++17 flag the tests were passing. A reproduction of that can be found here: https://compiler-explorer.com/z/eGbjYof3M |
|
|
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
|
Thanks for implementing this LWG issue resolution, and congratulations on your second microsoft/STL commit! 😻 ✨ 🚀 This will ship in VS 2022 17.2 Preview 2. |
Fixes #2257