Skip to content

Commit 333335f

Browse files
authored
Update teapot.vcxproj
1 parent 5226186 commit 333335f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

teapot.vcxproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,7 @@
147147
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
148148
<ImportGroup Label="ExtensionTargets">
149149
</ImportGroup>
150-
</Project>
150+
<ClCompile>
151+
<AdditionalOptions>/std:c++20 %(AdditionalOptions)</AdditionalOptions>
152+
</ClCompile>
153+
</Project>

0 commit comments

Comments
 (0)