From 37fdea79647d264f7c11ae6caef5b69e613724c8 Mon Sep 17 00:00:00 2001 From: ge0rdi Date: Fri, 17 Jul 2026 16:37:56 +0200 Subject: [PATCH] Use C++20 by default --- Src/Common.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Common.props b/Src/Common.props index 2a0a2ce..785797f 100644 --- a/Src/Common.props +++ b/Src/Common.props @@ -34,7 +34,7 @@ Level3 true true - stdcpp17 + stdcpp20 false