Closed
Description
See #2252 [basic] before [lex]
Maybe also move the preprocessor section near lex or merge both into a new "lexical processing" clause.
[basic] has some details that need to move later, e.g. allocation/deallocation function details should go to "Declarations".
Operator overloading [over.oper] should partially move to [expr] and to "Declarations".
Isn't "[charconv] Primitive numeric conversions" a good fit for Clause 26 "Numerics library"?
keep Utility types: pair, tuple, variant, optional, any, bitset under [utilities], but create a new grouping subclause called "data types".
Maybe put all of locale, regex. std::format under I/O-ish (because locale-using)
Create [text] clause; see #5226 for details.