std::source_location

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

    MSVC's implementation of the C++ Standard Library.

  • VS 2019 16.10 implements as specified by [support.srcloc], see https://eel.is/c++draft/support.srcloc . See https://github.com/microsoft/STL/blob/main/stl/inc/source_location for the current implementation. Note that this is a wrapper around compiler tech, so any issues with the line/column info should be reported to the compiler front-ends.

  • C++ Format

    A modern formatting library

  • And maybe add a reference implementation to https://github.com/fmtlib/fmt/

  • 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