Throw exception if returned error code is ignored

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • expected

    C++11/14/17 std::expected with functional-style extensions

  • There is a proposal for std::expected that contains either a value or an error type. It has a rich interface that allows a wide variety of uses and can prevent lots of duplicated error-checking code. Sy Brand has created a working implementation. code docs

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts