-
Notifications
You must be signed in to change notification settings - Fork 764
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
[LWG 1] P3504R0 C++ Standard Library Ready Issues #7459
Conversation
Yes: "Apply the changes for all Ready and Tentatively Ready issues in P3504R0 (C++ Standard Library Ready Issues to be moved in Wrocław, Nov. 2024) to the C++ working paper." |
@@ -9261,8 +9261,6 @@ | |||
|
|||
// bit reference | |||
class @\libmember{reference}{vector<bool>}@ { | |||
constexpr reference() noexcept; |
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!
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.
Move two occurrences of "only" to later in the sentence, for more goodly Englishing.
Change address
to to_address
.
Use \libconcept
for same_as
, twice
7820989
to
6b52bff
Compare
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.
I've now added suggestions for the remaining issues. Those could be committed directly to the branch, or squashed individually to the relevant commits.
0898ed1
to
3a057d4
Compare
3a057d4
to
af41385
Compare
…rator new should not be constrained
[specialized.algorithms.general] Changed to "function templates" as per #6265.
…_carry_engine code
…ared_for_overwrite/std::allocate_shared_for_overwrite
[ostream.formatted.print] New paragraphs not numbered as indicated since they are part of the \effects clause.
In wording for LWG4044, as per LWG discussion.
… of std::memcpy
…able entity should consider decaying
af41385
to
20aa7ce
Compare
[optional.assign] Removed "<T>" from declaration to match that in synopsis.
…lloc>)'s nested generator may be ill-formed
…not yet marked freestanding
[template.bitset.general] [vector.bool.pspc] bitset already removed.
20aa7ce
to
5ce6b99
Compare
5ce6b99
to
71389a0
Compare
Fixes #7413.
Notes: I assumed the Tentatively Ready issues were to be applied also.
Fixes cplusplus/papers#2165
Also fixes cplusplus/papers#1983
Also fixes cplusplus/papers#1811
Also fixes cplusplus/papers#1814