-
Notifications
You must be signed in to change notification settings - Fork 802
[Motions 2025 11 lwg 2] C++ Standard Library Immediate Issues #8580
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
burblebee
wants to merge
58
commits into
main
Choose a base branch
from
motions-2025-11-lwg-2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ment of notify_all_at_thread_exit() should be reversed
jwakely
reviewed
Dec 3, 2025
jwakely
reviewed
Dec 3, 2025
jwakely
reviewed
Dec 3, 2025
jwakely
reviewed
Dec 3, 2025
jwakely
reviewed
Dec 3, 2025
jwakely
reviewed
Dec 3, 2025
jwakely
reviewed
Dec 3, 2025
jwakely
reviewed
Dec 3, 2025
942fd3a to
44373f2
Compare
[pointer.traits] Note: declaration of pointer_to in synopsis was removed in LWG3545.
Fixes US 114-175 (C++26 CD).
…probably be described in the constraint
Fixes US 219-350 (C++26 CD).
Fixes DE 298, DE 297 (C++26 CD). Also fixes LWG4238.
…atter) are incorrectly constrained for <stdfloat> types Fixes DE-288, DE-285 (C++26 CD). [simd] Indent modified declarations for readability.
Fixes US 125-188 (C++26 CD).
Fixes US 239-367 (C++26 CD).
Fixes US 240-370 (C++26 CD).
Fixes US 206-325 (C++26 CD).
Fixes US 230-360 (C++26 CD).
Fixes US 193-311 (C++26 CD).
Fixes US 76-139 (C++26 CD).
…ures definition Fixes US 215-356 (C++26 CD).
Fixes US 211-351 (C++26 CD).
…aded commas Fixes US 214-355 (C++26 CD).
Fixes US 226-345 (C++26 CD).
Fixes US 154-252 (C++26 CD).
…llel.user] Fixes US 155-253 (C++26 CD).
Fixes US 163-262 (C++26 CD).
Fixes US 162-261 (C++26 CD).
5d5ceed to
537b284
Compare
b150c04 to
997c5d0
Compare
jwakely
reviewed
Dec 4, 2025
jwakely
reviewed
Dec 4, 2025
jwakely
requested changes
Dec 4, 2025
Member
jwakely
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one more tweak, "known" -> "unknown"
jwakely
approved these changes
Dec 4, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #8461.