All Talks

Functional Error and Optional-value Handling with STX

https://cppcon.org/ https://github.com/CppCon/CppCon2020

Error-handling is arguably the most divergent part of C++. Many coding guidelines partially allow exceptions or totally ban it and this leads to many projects supporting multiple error-handling interfaces such as exceptions, the error-prone c-style error-handling, and/or custom error-handling types. This also leads many C++ developers to not use exceptions and instead roll their in-house error and optional-value handling facilities which …

You might be interested in: