mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-19 18:11:39 -05:00
This commit enables `/std:c++20` for local development under VS17. Our CIs will continue to use VS16 and C++17 for now in order to reduce the likelihood of regressions during the current development cycle. It's expected that we'll migrate to VS17 soon, as this is what conhost is already being built with anyways. ## PR Checklist * [x] Closes #12510 * [x] I work here * [x] Tests added/passed ## Validation Steps Performed * Everything compiles under `/std:c++20` ✅