Skip to content

Commit 367079d

Browse files
author
Ori Levari
authored
explicitly define the cpp language standard for manual tensorization (#142)
1 parent 32da0cb commit 367079d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Samples/CustomTensorization/CustomTensorization/manual-tensorization.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
<PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile>
6161
<PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6262
<WarningLevel>Level4</WarningLevel>
63+
<LanguageStandard>stdcpp17</LanguageStandard>
6364
<AdditionalOptions>%(AdditionalOptions) /permissive- /bigobj</AdditionalOptions>
6465
</ClCompile>
6566
</ItemDefinitionGroup>

0 commit comments

Comments
 (0)