summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouist103 <35883445+louist103@users.noreply.github.com>2023-05-20 12:45:16 -0700
committerGitHub <noreply@github.com>2023-05-20 12:45:16 -0700
commita97f3dda17347e72c4aacdd1e7c54e0db120a570 (patch)
tree3159456cf133513824cf7458e2d7570aca5e6e23
parenta8874cf4a6274ff3a0388fb08d43a91b620d3618 (diff)
Enable C++17 in ZAPD utils. (#293)
-rw-r--r--ZAPDUtils/ZAPDUtils.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/ZAPDUtils/ZAPDUtils.vcxproj b/ZAPDUtils/ZAPDUtils.vcxproj
index 4b91c2a..2abbdc9 100644
--- a/ZAPDUtils/ZAPDUtils.vcxproj
+++ b/ZAPDUtils/ZAPDUtils.vcxproj
@@ -118,6 +118,7 @@
<ConformanceMode>true</ConformanceMode>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<LanguageStandard_C>Default</LanguageStandard_C>
+ <LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>