I tried to define how checked exceptions could work in C++. Feedback/help welcome!

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
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.com
featured
  • cpp-checked-exceptions

    Discontinued Putting ideas together on how checked exceptions in c++ could work [Moved to: https://github.com/MakersF/cpp-static-exception-specifier]

  • cpp-static-exception-specifier

    Putting ideas together on how checked exceptions in c++ could work

  • I renamed the repository to https://github.com/MakersF/cpp-static-exception-specifier.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • babb

    bad_alloc Behaving Badly

  • Bad alloc is indeed a big problem, as I agree it would be basically present in any function. I'm wondering if what Herb Sutter is proposing could be the solution: https://github.com/hsutter/babb

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