summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authora1xd <[email protected]>2020-11-29 18:04:40 -0500
committera1xd <[email protected]>2020-11-29 18:04:40 -0500
commit2718800bc688bd8cf518cb075b31c75027c9e517 (patch)
tree276c2ff03ad636f7f664be3d0f79d0b425c2187c
parentMerge pull request #45 from JacobPalecki/fix (diff)
downloadrawaccel-2718800bc688bd8cf518cb075b31c75027c9e517.tar.xz
rawaccel-2718800bc688bd8cf518cb075b31c75027c9e517.zip
match debug and release lang std
-rw-r--r--driver/driver.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/driver.vcxproj b/driver/driver.vcxproj
index 7df16a0..f9b7b67 100644
--- a/driver/driver.vcxproj
+++ b/driver/driver.vcxproj
@@ -101,7 +101,7 @@
<ExceptionHandling>
</ExceptionHandling>
<AdditionalOptions>/Kernel %(AdditionalOptions)</AdditionalOptions>
- <LanguageStandard>stdcpplatest</LanguageStandard>
+ <LanguageStandard>stdcpp17</LanguageStandard>
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories);$(SolutionDir)\external;$(MSBuildThisFileDirectory)</AdditionalIncludeDirectories>
<RuntimeLibrary>
</RuntimeLibrary>