Ideas from Belfast editorial session: - Utility types: pair, tuple, variant, optional, any, bitset - Memory management: memory, smart Pointers, memory resource, scoped_allocator-adaptor, - Compile-time programming: type_traits, ratio
Activity
jensmaurer commentedon Nov 14, 2020
Move [format] to [strings], since it's essentially a fancy string constructor.
jensmaurer commentedon Jul 16, 2021
Move [stacktrace] to [diagnostics].
jensmaurer commentedon Jul 16, 2021
keep Utility types: pair, tuple, variant, optional, any, bitset under [utilities], but create a new grouping subclause called "data types".
JohelEGP commentedon Jul 16, 2021
Isn't "[charconv] Primitive numeric conversions" a good fit for Clause 26 "Numerics library"? I always searched there for it, at first.
jwakely commentedon Jul 16, 2021
Should [intseq] "Compile-time integer sequences" be a subclause of [utility] "Utility components" rather than a sibling?
jensmaurer commentedon Feb 25, 2022
Addressed with #5124