mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
[C++] Uplift version to C++20
This commit is contained in:
parent
a6e3d77504
commit
c3586bc165
24 changed files with 175 additions and 162 deletions
|
|
@ -26,7 +26,7 @@ defines({
|
|||
"UNICODE",
|
||||
})
|
||||
|
||||
cppdialect("C++17")
|
||||
cppdialect("C++20")
|
||||
exceptionhandling("On")
|
||||
rtti("On")
|
||||
symbols("On")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue