From 7f7af1c5dd9fba54b785add7c6cf532cae9cca63 Mon Sep 17 00:00:00 2001 From: SirMangler Date: Thu, 22 Dec 2022 00:49:15 +0000 Subject: [PATCH] Use C++20 for debug builds --- Source/Core/DolphinLib.vcxproj | 5 +++++ Source/Core/DolphinQt/DolphinQt.vcxproj | 1 + Source/UnitTests/UnitTests.vcxproj | 3 ++- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Source/Core/DolphinLib.vcxproj b/Source/Core/DolphinLib.vcxproj index d8b762512e..01738f3299 100644 --- a/Source/Core/DolphinLib.vcxproj +++ b/Source/Core/DolphinLib.vcxproj @@ -28,6 +28,11 @@ stdcpplatest + + + stdcpplatest + + {41279555-f94f-4ebc-99de-af863c10c5c4} diff --git a/Source/Core/DolphinQt/DolphinQt.vcxproj b/Source/Core/DolphinQt/DolphinQt.vcxproj index 8d92201a75..9746ee15c3 100644 --- a/Source/Core/DolphinQt/DolphinQt.vcxproj +++ b/Source/Core/DolphinQt/DolphinQt.vcxproj @@ -39,6 +39,7 @@ pch_qt.h pch_qt.h stdcpp20 + stdcpp20 DolphinQt.manifest;%(AdditionalManifestFiles) diff --git a/Source/UnitTests/UnitTests.vcxproj b/Source/UnitTests/UnitTests.vcxproj index bf664aae6c..aef7582a70 100644 --- a/Source/UnitTests/UnitTests.vcxproj +++ b/Source/UnitTests/UnitTests.vcxproj @@ -20,7 +20,8 @@ $(ExternalsDir)gtest\include;$(ExternalsDir)gtest;%(AdditionalIncludeDirectories) - stdcpplatest + stdcpp20 + stdcpp20 Console