-
Notifications
You must be signed in to change notification settings - Fork 781
[Motions 2025 06 lwg 1] P3742R0 C++ Standard Library Issues #8014
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
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
b4692ce
LWG4198 schedule_from isn't starting the schedule sender if decay-cop…
burblebee 4640282
LWG4202 enable-sender should be a variable template
burblebee 676eb86
LWG4203 Constraints on get-state functions are incorrect
burblebee bd17337
LWG4204 specification of as-sndr2(Sig) in [exec.let] is incomplete
burblebee 89517e6
LWG4205 let_[*].transform_env is specified in terms of the let_* send…
burblebee 4d8b0f8
LWG4208 Wording needs to ensure that in connect(sndr, rcvr) that rcvr…
burblebee 68582c9
LWG4209 default_domain::transform_env should be returning FWD-ENV(env)
burblebee bf1933b
LWG4188 ostream::sentry destructor should handle exceptions
burblebee a027f33
LWG4200 The operation_state concept can be simplified
burblebee 78594f8
LWG4201 with-await-transform::await_transform should not use a deduce…
burblebee 24ab700
LWG4217 Clarify mdspan layout mapping requirements for rank == 0
burblebee 1c09ce8
LWG4222 expected constructor from a single value missing a constraint
burblebee 93479fd
LWG4224 Philox engines should be freestanding
burblebee 6b81b72
LWG4227 Missing noexcept operator in [exec.when.all]
burblebee 42dee0d
LWG4231 datapar::chunk<N> should use simd-size-type instead of size_t
burblebee 488aa73
LWG4232 datapar::resize does not resize
burblebee 5406532
LWG4233 The helper lambda of std::erase for hive should specify retur…
burblebee ac8c439
LWG4234 Including <hive> doesn't provide std::begin/end
burblebee 7c82891
LWG4235 cache_latest_view and to_input_view miss reserve_hint
burblebee a7b3313
LWG4236 chunk_view::outer-iterator::value_type should provide reserve…
burblebee 42ec426
LWG4239 flat_map's transparent comparator no longer works for string …
burblebee 2a9aa98
LWG4242 ranges::distance does not work with volatile iterators
burblebee e0a0fbf
LWG4245 Operators that interact with counted_iterator and default_sen…
burblebee 54ce6ab
LWG4247 Header <stdbit.h> is not yet freestanding
burblebee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
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.
Yes, this looks very odd, but that's what it says in the paper. We should follow this up and reorganize this.