-
Notifications
You must be signed in to change notification settings - Fork 770
[lib] Review organization of standard library clauses #3349
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
See also #3388. |
Ideas from Belfast:
|
The editors might want to spend some spare brain cycles on editorial strategies for dealing with the combination of standard library headers and standard library modules, particularly if something like P0581 goes through. |
@ben-craig , thanks for the heads-up. From a cursory look at P0581, it appears we should get away with a small amount of added text for these std modules, so we might get away with a subclause in the lib intro part, or with a short mention whenever we show a header synopsis. |
Copied the remaining items to #5315 |
From NB US 325 (C++20 CD) cplusplus/nbballot#321:
Other concerns: pair, tuple, variant, optional, any, bitset should be extracted into their own top-level clause "Utility types" or similar (48 pages).
[rand] is unrelated to real-number calculations and thus should not be under [numerics].
The text was updated successfully, but these errors were encountered: