fmtlib/fmt

Formatting std::exception_ptr:s

Open

#4 808 ouverte le 15 juin 2026

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)C++ (2 881 forks)batch import
help wanted

Métriques du dépôt

Stars
 (23 489 stars)
Métriques de merge PR
 (Merge moyen 2j 9h) (12 PRs mergées en 30 j)

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.

Guide contributeur