dmd/changelog/dmd.extern-std-cpp23.dd
2025-03-31 13:33:57 +02:00

4 lines
199 B
Text

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")`.