We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32da0cb commit 367079dCopy full SHA for 367079d
Samples/CustomTensorization/CustomTensorization/manual-tensorization.vcxproj
@@ -60,6 +60,7 @@
60
<PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile>
61
<PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
62
<WarningLevel>Level4</WarningLevel>
63
+ <LanguageStandard>stdcpp17</LanguageStandard>
64
<AdditionalOptions>%(AdditionalOptions) /permissive- /bigobj</AdditionalOptions>
65
</ClCompile>
66
</ItemDefinitionGroup>
0 commit comments