From 1135cbb5d03ca404141cebc4252e13a7c97c8f4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Tue, 3 Jul 2018 13:07:14 +0200 Subject: [PATCH] Use C++17 explicitly in MSVC project (#7751) Use C++17 explicitly instead of relying on the moving target of "latest" to match all other compiler settings. --- openrct2.common.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openrct2.common.props b/openrct2.common.props index f47f1b9707..6ea7b7bcf7 100644 --- a/openrct2.common.props +++ b/openrct2.common.props @@ -58,7 +58,7 @@ MultiThreadedDLL true true - /utf-8 /std:c++latest /permissive- /Zc:externConstexpr + /utf-8 /std:c++17 /permissive- /Zc:externConstexpr imm32.lib;version.lib;winmm.lib;crypt32.lib;wldap32.lib;%(AdditionalDependencies)