C++
Modern Error Handling with C++23
Adrian Winterstein
With the introduction of std::expected, it is finally possible to use error codes in C++ without the usual hassle. This post shows how.
With the introduction of std::expected, it is finally possible to use error codes in C++ without the usual hassle. This post shows how.