Skip to content

Update "C++ standard library header files" topic #5454

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Rageking8
Copy link
Contributor

@Rageking8 Rageking8 commented Jun 22, 2025

I didn't add the new headers to the msvc-140 table, since it's very different from the top one, and I don't think there is much value in maintaining a custom table for an old version like VS2015. I have thoughts on removing the msvc-140 table and cleaning up the moniker range thing we currently have. What do you think @TylerMSFT?

Edit: I now see that the 2015 version is added in 7497b10 by Colin Robertson. Not sure why though.

  • Change inverted "Adaptor containers" to the correct "Container adaptors"
  • Update superscript entries:
    • C++20 is no longer a draft
    • Add C++23 and draft C++26
  • Handle the old <contract> header that was pulled from C++20
  • Add new "Diagnostics" category for <debugging> and <stacktrace>
  • Add a bunch of new headers:
    • <source_location>
    • <stdfloat>
    • <debugging>
    • <stacktrace>
    • <expected>
    • <flat_map>
    • <flat_set>
    • <hive>
    • <inplace_vector>
    • <mdspan>
    • <generator>
    • <format>
    • <text_encoding>
    • <linalg>
    • <numbers>
    • <simd>
    • <print>
    • <spanstream>
    • <barrier>
    • <hazard_pointer>
    • <latch>
    • <rcu>
    • <semaphore>
    • <stop_token>

Copy link
Contributor

@Rageking8 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change.

Copy link
Contributor

Learn Build status updates of commit 7c5ae57:

✅ Validation status: passed

File Status Preview URL Details
docs/standard-library/cpp-standard-library-header-files.md ✅Succeeded

For more details, please refer to the build report.

Copy link
Contributor

PRMerger Results

Issue Description
File Change Percent This PR contains file(s) with more than 30% file change.

@v-regandowner
Copy link
Contributor

@TylerMSFT - Can you review the proposed changes?

IMPORTANT: When the changes are ready for publication, adding a #sign-off comment is the best way to signal that the PR is ready for the review team to merge.

#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team

@prmerger-automator prmerger-automator bot added the aq-pr-triaged Tracking label for the PR review team label Jun 23, 2025
Copy link
Collaborator

@TylerMSFT TylerMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where did you find the info for these headers?
I don't see them the product yet.

@Rageking8
Copy link
Contributor Author

Where did you find the info for these headers? I don't see them the product yet.

Most of the information is gathered from https://en.cppreference.com/w/cpp/headers.html. A large chunk of the new headers added in this PR has not been implemented in the product, or the documentation is not yet created. Over time, when the reference material is added, we will come back to this topic and add in the links.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants