Refactoring with C++17 std::optional

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

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

    expected lite - Expected objects in C++11 and later in a single-file header-only library

  • Or nonstd::expected. Personally, I would rather use output parameters and an enum result or a std::variant over std::optional, because at the very least you have the option for more specific error diagnostics.

  • papers

    Papers & proposals, for C++ programming language, Microsoft Windows OS, and other (by tringi)

  • A new X64 calling convention for C++ on Windows is a decade overdue. I've been collecting a random thoughts on this [here], but it's nothing comprehensive nor ready.

  • 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
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