tree: 0d543ae669f745ffa6b9752b1ae8bf0db49719b9 [path history] [tgz]
  1. internal/
  2. BUILD.gn
  3. OWNERS
  4. print.h
  5. print_test.cc
  6. README.md
src/lib/stdformat/README.md

This library provides polyfills for different versions of the standard library.

Constructs are withing namespaces for each specific version, such as “cpp23, cpp26”.

Polyfills will only be used when the standard version is not available.

Unlike the stdcompat library, this library is primarily focused on std::format related APIs such as std::print. It also assumes C++20 is available and is not scoped to be included in the SDK as a result.