fmtlib/fmt

Formatting std::exception_ptr:s

Open

#4.808 geöffnet am 15. Juni 2026

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (2.881 Forks)batch import
help wanted

Repository-Metriken

Stars
 (23.489 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 2T 9h) (12 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide