Skip to content

Commit

Permalink
xrGame: enable C++17 in project settings
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg committed Sep 19, 2018
1 parent 2b2c30d commit 9d3109f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrGame/xrGame.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<LanguageStandard>stdcpp14</LanguageStandard>
<LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Expand Down

0 comments on commit 9d3109f

Please sign in to comment.