STL: Replace SFINAE with concepts in C++20-only code when all supported C++20 frontends support concepts · Issue #602 · microsoft/STL (original) (raw)
See #395. After that simple, mechanical change, we should audit all C++20-only code and replace SFINAE usage with concepts where possible. (#309 is an example where concepts should be used.)