Figure out how/whether we should use P2830 "Standardized Constexpr Type Ordering" in sender/receiver #330
Labels
design
discussion
We need to talk about this; there's nothing actionable here yet
needs-paper
Needs a paper to be written
P0
The paper P2830 states that one of the motivations for adding type-ordering was to help libraries like sender/receiver proposed in P2300.
It looks like this facility is on track to make it in to C++26, so we should figure out exactly where we want to apply this facility in the specification of sender/receiver and write a paper to do so before we ship sender/receiver in a published standard.
e.g. maybe we require that
completion_signatures
is instantiated with types listed in ascending order as given bystd::type_order_v
.Are there any other places we can/want to make use of this facility?
CC: @ericniebler @atomgalaxy
The text was updated successfully, but these errors were encountered: