mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 12:40:11 +03:00
4 lines
199 B
Text
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")`.
|