Skip to content

Commit 71680df

Browse files
Ensure ci failure is because of c++17
1 parent b8e02b3 commit 71680df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build/Common.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<PreprocessorDefinitions Condition="'$(ChakraVersionBuildCommit)'!=''">%(PreprocessorDefinitions);CHAKRA_VERSION_BUILD_COMMIT=$(ChakraVersionBuildCommit)</PreprocessorDefinitions>
9999
<PreprocessorDefinitions Condition="'$(ChakraVersionBuildDate)'!=''">%(PreprocessorDefinitions);CHAKRA_VERSION_BUILD_DATE=$(ChakraVersionBuildDate)</PreprocessorDefinitions>
100100

101-
<LanguageStandard>stdcpp17</LanguageStandard>
101+
<!--<LanguageStandard>stdcpp17</LanguageStandard>-->
102102
</ClCompile>
103103
<ResourceCompile>
104104
<PreprocessorDefinitions Condition="'$(ChakraVersionBuildNumber)'!=''">%(PreprocessorDefinitions);CHAKRA_VERSION_BUILD_NUMBER=$(ChakraVersionBuildNumber)</PreprocessorDefinitions>

0 commit comments

Comments
 (0)