Closed elbeno closed 3 months ago
NB according to P2300:
set_value(rcvr, vs...)
rcvr
set_error
set_stopped
start(op)
op
NB according to P2300:
set_value(rcvr, vs...)
is ill-formed ifrcvr
is an lvalue or a const rvalue. Likewiseset_error
,set_stopped
.start(op)
is ill-formed ifop
is an rvalue.