Skip to content

Update tutorial-import-stl-named-module.md #4429

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/cpp/tutorial-import-stl-named-module.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: "Tutorial: Import the standard library (STL) using modules (C++)"
title: "Tutorial: Import the standard library (STL) using modules from the command line (C++)"
ms.date: 12/02/2022
ms.topic: "tutorial"
author: "tylermsft"
ms.author: "twhitney"
helpviewer_keywords: ["modules [C++]", "modules [C++]", "named modules [C++], import standard library (STL) using named modules"]
description: Learn how to import the C++ standard library (STL) using modules
---
# Tutorial: Import the C++ standard library using modules
# Tutorial: Import the C++ standard library using modules from the Command Line

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).

Expand Down Expand Up @@ -224,4 +224,4 @@ In this tutorial, you've imported the standard library using modules. Next, lear
[Compare header units, modules, and precompiled headers](../build/compare-inclusion-methods.md)\
[Overview of modules in C++](modules-cpp.md)\
[A Tour of C++ Modules in Visual Studio](https://devblogs.microsoft.com/cppblog/a-tour-of-cpp-modules-in-visual-studio)\
[Moving a project to C++ named Modules](https://devblogs.microsoft.com/cppblog/moving-a-project-to-cpp-named-modules)
[Moving a project to C++ named Modules](https://devblogs.microsoft.com/cppblog/moving-a-project-to-cpp-named-modules)