_STD-qualify _Ugly non-member function calls in <variant>#3148
_STD-qualify _Ugly non-member function calls in <variant>#3148StephanTLavavej merged 3 commits intomicrosoft:mainfrom
_STD-qualify _Ugly non-member function calls in <variant>#3148Conversation
Partially addresses microsoft#140
|
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
|
I've had to push an additional commit to fix internal test failures with |
I'm the last person you'll have to convince that we should do any extra work where |
|
Thanks for investigating and fixing this! 🕵️ 🛠️ 🎉 |
Qualifies calls to namespace-scope functions in
<variant>, and enables the libc++ ADL test that now passes.Partially addresses #140