From d328a318ea1dc0af08e586328eab80c63a77938b Mon Sep 17 00:00:00 2001 From: Idhrendur Date: Mon, 20 May 2024 22:00:01 -0700 Subject: [PATCH] Switch to C++23 --- CommonItems/CommonItems.vcxproj | 4 ++-- pch/pch.vcxproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CommonItems/CommonItems.vcxproj b/CommonItems/CommonItems.vcxproj index f138f09b..6628143d 100644 --- a/CommonItems/CommonItems.vcxproj +++ b/CommonItems/CommonItems.vcxproj @@ -106,7 +106,7 @@ NDEBUG;_LIB;%(PreprocessorDefinitions) pch.h - stdcpp20 + stdcpplatest OldStyle true @@ -122,7 +122,7 @@ NDEBUG;_LIB;%(PreprocessorDefinitions) pch.h - stdcpp20 + stdcpplatest EditAndContinue true Disabled diff --git a/pch/pch.vcxproj b/pch/pch.vcxproj index b152a967..f15be6dc 100644 --- a/pch/pch.vcxproj +++ b/pch/pch.vcxproj @@ -42,7 +42,7 @@ NDEBUG;%(PreprocessorDefinitions) Create pch.h - stdcpp20 + stdcpplatest $(SolutionDir)pch;../external/googletest/googletest;../external/googletest/googletest/include;../external/googletest/googlemock;../external/googletest/googlemock/include;%(AdditionalIncludeDirectories) OldStyle $(SolutionDir)lib\pch.pch