cplusplus / nbballot

Handling of NB comments in response to ballots
14 stars 4 forks source link

US 36-091 22.8 [expected] Monadic operations for `expected` #511

Closed wg21bot closed 1 year ago

wg21bot commented 1 year ago

Monadic operations for optional were added in C++23, but monadic operations for the new expected are missing, even though they were approved by Library Evolution for C++23.

Proposed change:

Adopt P2505, which adds monadic operations for expected.

jwakely commented 1 year ago

dup of cplusplus/nbballot#510

jensmaurer commented 1 year ago

Accepted.