From 15043307eb3d430cc4cc79c083e37c9f6844085b Mon Sep 17 00:00:00 2001 From: Timothy Liu Date: Thu, 11 Aug 2022 16:14:06 +0800 Subject: [PATCH] fix: change c++ standard to c++17 --- CAPI/API/API.vcxproj | 44 ++++++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 20 deletions(-) diff --git a/CAPI/API/API.vcxproj b/CAPI/API/API.vcxproj index 548e394..33f7ab9 100644 --- a/CAPI/API/API.vcxproj +++ b/CAPI/API/API.vcxproj @@ -17,7 +17,6 @@ Release x64 - 16.0 @@ -53,25 +52,23 @@ true Unicode - - + + + + + + + + + + + + + - - - - - - - - - - - - - true @@ -85,13 +82,14 @@ false - Level3 true WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true + stdcpp17 + stdc17 Console @@ -106,6 +104,8 @@ true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true + stdcpp17 + stdc17 Console @@ -120,6 +120,8 @@ true _DEBUG;_CONSOLE;%(PreprocessorDefinitions) true + stdcpp17 + stdc17 Console @@ -134,6 +136,8 @@ true NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true + stdcpp17 + stdc17 Console @@ -142,9 +146,9 @@ true - - + + - + \ No newline at end of file