Code is available on GitHub. std::expected (and its counterpart std::unexpected) were introduced in C++23 (_cpp_lib_expected >= 202202L, ISO/IEC 14882:2024). If you’re using a modern compiler and not yet using std::expected, it’s worth reconsidering ...
shuraev.hashnode.dev10 min read
No responses yet.