Skip to content

Commit 299a4bc

Browse files
authored
Merge branch 'main' into FromPrivateLiveToMaster
2 parents 5b8a186 + 2052907 commit 299a4bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/cpp/tutorial-import-stl-named-module.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ms.author: "twhitney"
77
helpviewer_keywords: ["modules [C++]", "modules [C++]", "named modules [C++], import standard library (STL) using named modules"]
88
description: Learn how to import the C++ standard library (STL) using modules from the command line
99
---
10+
1011
# Tutorial: Import the C++ standard library using modules from the command line
1112

1213
Learn how to import the C++ standard library using C++ library modules. This is significantly faster to compile and more robust than using header files or header units or precompiled headers (PCH).

0 commit comments

Comments
 (0)