mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +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
|
@ -35,6 +35,7 @@ enum CppStdRevision : uint
|
|||
cpp14 = 201402,
|
||||
cpp17 = 201703,
|
||||
cpp20 = 202002,
|
||||
cpp23 = 202302,
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue