Skip to content

Commit 94f8dde

Browse files
TylerMSFTTylerMSFT
authored andcommitted
change STL name
1 parent 6639f3c commit 94f8dde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/overview/what-s-new-for-visual-cpp-in-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ For a summary of new features and bug fixes in Visual Studio, see [What's New in
4141

4242
- Implemented the **`/scanDependencies`** compiler option to list C++20 module dependencies for CMake projects, as described in [P1689r3](https://wg21.link/P1689r3). It's a step towards support for building modules-based projects with CMake and we're working on completing this support in later releases.
4343

44-
### Standard Template Library improvements
44+
### Standard Library improvements
4545

46-
Select Standard Template Library (STL) improvements are highlighted here. For a comprehensive list of new functionality, changes, bug fixes, and performance improvements, see the STL team's [Changelog](https://github.com/microsoft/STL/wiki/Changelog#vs-2022).
46+
Select Standard Library (STL) improvements are highlighted here. For a comprehensive list of new functionality, changes, bug fixes, and performance improvements, see the STL team's [Changelog](https://github.com/microsoft/STL/wiki/Changelog#vs-2022).
4747

4848
- Added debugging visualizers to improve how the following types are displayed: `source_location`, `bind_front()`, `u8string` (and its iterators), `default_sentinel_t`, `unreachable_sentinel_t`, `ranges::empty_view`, `ranges::single_view`, `ranges::iota_view` (and its iterator/sentinel), `ranges::ref_view`, `thread`, `thread::id`, `jthread`, and `filesystem::path`
4949
- Added `[[nodiscard]]` to the `stoi()` family of functions in `<string>` and to various functions in `<locale>` such as the `collate` member functions, `has_facet()`, and the `isalnum()` and `tolower()` families.

docs/overview/whats-new-cpp-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ This article lists major changes to the Microsoft C++ docs July 2021 through Oct
183183

184184
- [C++ binary compatibility between Visual Studio versions](../porting/binary-compat-2015-2017.md) - Update version info
185185

186-
## C++ Standard Template Library (STL) reference
186+
## C++ Standard Library (STL)
187187

188188
### New articles
189189

0 commit comments

Comments
 (0)