dmd/changelog/dmd.extern-std-cpp23.dd
2025-03-21 08:29:14 +08: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")`.