Add C++23 to CppStdRevision enum (#21043)

This commit is contained in:
Iain Buclaw 2025-03-21 01:29:14 +01:00 committed by GitHub
parent 8db14cf846
commit 94950cae58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,4 @@
The compiler now accepts `-extern-std=c++23`
The compiler now accepts c++23 as a supported standard for `-extern-std=`.
Currently this only changes the value of `__traits(getTargetInfo, "cppStd")`.