Use c++20

This commit is contained in:
Lauri Räsänen 2024-04-25 03:42:17 +03:00
parent e3a24cdd59
commit 5acbb2e90e

View file

@ -2,7 +2,7 @@ project(
'hl2sdk-starter',
'cpp',
default_options: [
'cpp_std=c++17',
'cpp_std=c++20',
],
)