Skip to content

Commit 42d45fd

Browse files
TylerMSFTTylerMSFT
authored andcommitted
remove warning
1 parent 042255c commit 42d45fd

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ In this tutorial, learn about:
2222

2323
This tutorial requires Visual Studio 2022 17.5 or later.
2424

25-
> [!WARNING]
26-
> This tutorial is for a preview feature. The feature is subject to change between preview releases. You shouldn't use preview features in production code.
27-
28-
## An introduction to the standard library modules
25+
## Introduction to standard library modules
2926

3027
Header files suffer from semantics that can change depending on macro definitions, the order in which you include them, and they slow compilation. Modules solve these problems.
3128

0 commit comments

Comments
 (0)