From f1fce4c95d37dc3a7d18b034fd7fbd6202506346 Mon Sep 17 00:00:00 2001 From: nullprop Date: Thu, 25 Apr 2024 04:52:16 +0300 Subject: [PATCH] Revert c++ std to 17 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index ed95a0e..dbf2a83 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'hl2sdk-starter', 'cpp', default_options: [ - 'cpp_std=c++20', + 'cpp_std=c++17', ], )