fmtlib/fmt

Formatting std::exception_ptr:s

Closed

#4,808 opened on Jun 15, 2026

 (3 comments) (0 reactions) (0 assignees)C++ (2,881 forks)batch import
help wanted

Repository metrics

Stars
 (23,489 stars)
PR merge metrics
 (Avg merge 2d 9h) (12 merged PRs in 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.

Contributor guide