mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
Add C++23 to CppStdRevision enum (#21043)
This commit is contained in:
parent
8db14cf846
commit
94950cae58
7 changed files with 15 additions and 1 deletions
4
changelog/dmd.extern-std-cpp23.dd
Normal file
4
changelog/dmd.extern-std-cpp23.dd
Normal 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")`.
|
Loading…
Add table
Add a link
Reference in a new issue