From 19171f7eef4767defe2b62117d50d926de1e9017 Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Tue, 27 Feb 2024 19:41:45 +0100 Subject: [PATCH] Update Visual Studio properties for C++20 too --- openrct2.common.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openrct2.common.props b/openrct2.common.props index ecb0b4a280..a884253606 100644 --- a/openrct2.common.props +++ b/openrct2.common.props @@ -65,7 +65,7 @@ MultiThreadedDLL true true - /utf-8 /std:c++17 /permissive- /Zc:externConstexpr + /utf-8 /std:c++20 /permissive- /Zc:externConstexpr /Zc:char8_t- true