-
Notifications
You must be signed in to change notification settings - Fork 778
[LWG 1] P3504R0 C++ Standard Library Ready Issues #7459
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
35 commits
Select commit
Hold shift + click to select a range
aac3b83
LWG3436 std::construct_at should support arrays
burblebee a89d79c
LWG3899 co_yielding elements of an lvalue generator is unnecessarily …
burblebee 33d88c0
LWG3900 The allocator_arg_t overloads of generator::promise_type::ope…
burblebee 52cec15
LWG3918 std::uninitialized_move/_n and guaranteed copy elision
burblebee 80e7c93
LWG4014 LWG 3809 changes behavior of some existing std::subtract_with…
burblebee 8a74ecf
LWG4024 Underspecified destruction of objects created in std::make_sh…
burblebee a5e9c4a
LWG4027 possibly-const-range should prefer returning const R&
burblebee ce924b8
LWG4044 Confusing requirements for std::print on POSIX platforms
burblebee 3bd0db6
[ostream.formatted.print, print.fun] Move "only" to a clearer place
burblebee 245bf7e
LWG4064 Clarify that std::launder is not needed when using the result…
burblebee fbbfbcb
LWG4072 std::optional comparisons: constrain harder
burblebee 7fba1c5
LWG4085 ranges::generate_random's helper lambda should specify the re…
burblebee 9e856c2
LWG4112 has-arrow should required operator->() to be const-qualified
burblebee 7f1eb2c
LWG4134 Issue with Philox algorithm specification
burblebee bda434e
LWG4154 The Mandates for std::packaged_task's constructor from a call…
burblebee 3637c13
LWG4164 Missing guarantees for forward_list modifiers
burblebee 2abba45
LWG3216 Rebinding the allocator before calling construct/destroy in a…
burblebee 6082785
LWG3886 Monad mo' problems
burblebee 4afe797
LWG4084 std::fixed ignores std::uppercase
burblebee 033df23
LWG4088 println ignores the locale imbued in std::ostream
burblebee bc9e865
LWG4113 Disallow has_unique_object_representations<Incomplete[]>
burblebee 62b187f
LWG4119 generator::promise_type::yield_value(ranges::elements_of<R, A…
burblebee 10a3383
LWG4124 Cannot format zoned_time with resolution coarser than seconds
burblebee b9149a7
LWG4126 Some feature-test macros for fully freestanding features are …
burblebee f7b2b32
LWG4135 The helper lambda of std::erase for list should specify retur…
burblebee baec71d
LWG4140 Useless default constructors for bit reference types
burblebee 3abc16b
LWG4141 Improve prohibitions on "additional storage"
burblebee 7a54d69
LWG4142 format_parse_context::check_dynamic_spec should require at le…
burblebee 5fb4d20
LWG4144 Disallow unique_ptr<T&, D>
burblebee d6a8c67
LWG4147 Precondition on inplace_vector::emplace
burblebee 7226952
LWG4148 unique_ptr::operator* should not allow dangling references
burblebee 6b9f90d
LWG4153 Fix extra "-1" for philox_engine::max()
burblebee ad3fd01
LWG4157 The resolution of LWG3465 was damaged by P2167R3
burblebee d509d68
LWG4169 std::atomic<T>'s default constructor should be constrained
burblebee 71389a0
LWG4170 contiguous_iterator should require to_address(I{})
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
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.
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.
For the record, the friend declarations were removed by #6427
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.
Thanks, appreciated!