New C++ features in GCC 12

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • geodesic_raytracing

  • numerical_sim

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

    Boost Core Utilities (by boostorg)

  • is_constant_evaluated, specifically, is needed because compiler intrinsics are often not constexpr, so we need a way to say "in a runtime context, use this intrinsic, and in a constexpr context, use this fallback C++ code" (example), which would obviously be unnecessary if all compiler intrinsics were constexpr to begin with. (There's also the matter of inline assembly in e.g. memset, but this is mostly avoidable by making memset an intrinsic.)

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