Closed BenFrantzDale closed 1 year ago
https://en.cppreference.com/w/cpp/utility/expected in C++23 will have those four member functions. We should have them in this expected library too.
expected
thanks for the heads-up.
See proposal p2505: Monadic Functions for std::expected by Jeff Garland.
std::expected
Implemented by @szaszm in #60.
https://en.cppreference.com/w/cpp/utility/expected in C++23 will have those four member functions. We should have them in this
expected
library too.