-
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
STL: Replace SFINAE with concepts in C++20-only code when all supported C++20 frontends support concepts #602
Labels
enhancement
Something can be improved
Comments
StephanTLavavej
added
enhancement
Something can be improved
blocked
Something is preventing work on this
labels
Mar 12, 2020
5 tasks
I think more than 90% of C++20+-only codes are done after #4819. Remaining parts:
Anything missing? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.)
The text was updated successfully, but these errors were encountered: