-
Notifications
You must be signed in to change notification settings - Fork 771
Restructure [utilities] #3388
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
Comments
Move [format] to [strings], since it's essentially a fancy string constructor. |
Move [stacktrace] to [diagnostics]. |
keep Utility types: pair, tuple, variant, optional, any, bitset under [utilities], but create a new grouping subclause called "data types". |
Isn't "[charconv] Primitive numeric conversions" a good fit for Clause 26 "Numerics library"? I always searched there for it, at first. |
Should [intseq] "Compile-time integer sequences" be a subclause of [utility] "Utility components" rather than a sibling? |
Addressed with #5124 |
Ideas from Belfast editorial session:
The text was updated successfully, but these errors were encountered: