fmtlib/fmt

Formatting std::exception_ptr:s

Open

#4.808 aberto em 15 de jun. de 2026

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)C++ (2.881 forks)batch import
help wanted

Métricas do repositório

Stars
 (23.489 stars)
Métricas de merge de PR
 (Mesclagem média 2d 9h) (12 fundiu PRs em 30d)

Description

It would be nice if the library (and the Standard) supported formatting std::exception_ptr:s as part of fmt/std.h or <format>. Of course, anyone can implement a formatter, but if third-party libraries do this, they will eventually clash.

Guia do colaborador