-
Notifications
You must be signed in to change notification settings - Fork 771
P2585R1 Improving default container formatting #5706
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
Conversation
Shouldn't this be merged into said branch, rather than |
500aeb4
to
d05a9b1
Compare
73a0bd2
to
a2bee27
Compare
Hopefully it's clear how to apply this. The edits were rebased on top of motions-2022-07-lwg-14, so once motions-2022-07-lwg-14 is merged, this pr can be rebased and merged. There should only be two commits to apply: |
a2bee27
to
9c72714
Compare
Editorial changes: * Constructors have been renamed from "formatter" to "range-default-formatter" to match the renaming of the class.
The original, large subclause contained several class template synopses without any intervening separation. The header synopsis is rearranged to follow the document order.
7df1740
to
a835920
Compare
Also resolves cplusplus/papers#1244. |
Fixes #5624
Based on P2286R8 Formatting Ranges in branch motions-2022-07-lwg-14