-
Notifications
You must be signed in to change notification settings - Fork 769
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 3] P2790R0 Immediate issues except 3441 #6116
Conversation
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 see some \linebreak{}
s at places where line breaks should occur naturally. Why is that? Shouldn't \-
be encouraged more because it maintains justification?
I tried |
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.
Please, don't miss #6116 (comment), which is in an outdated comment.
a0d5b2e
to
e098e10
Compare
[format.arg] Changed declartion of basic_format_arg::handle's ctor in class to match change in itemdecl.
…seful [flat.set.defn][flat.multiset.defn] Clean up indentation for consistency.
Fixes NB GB 081, GB 082 (C++23 CD).
…st charT[N], charT>
e098e10
to
1b3b12a
Compare
Replaces "." with ";" in codeblock in wording, and terminate the sentence before the codeblock with ":".
… expected<U, G>&) should take precedence over expected(U&&) with operator bool
Fixes NB GB 121 (C++23 CD).
Fixes NB CA 076 (C++23 CD).
…r std::expected
1b3b12a
to
89c1f6c
Compare
Fixes #6093.
Fixes #5800.
Fixes cplusplus/papers#1479
Fixes cplusplus/papers#1368
Fixes cplusplus/nbballot#463
Fixes cplusplus/nbballot#454
Fixes cplusplus/nbballot#453
Fixes cplusplus/nbballot#452
Fixes cplusplus/nbballot#447
Fixes cplusplus/nbballot#444
LWG3631: Were both declarations of handle in [format.arg] intended to be changed?