I am aware that the c++20 format proposal is a formalization of parts of libfmt, and that libfmt is a compliant implementation of that formalization. However, it's my understanding that libfmt provides additional functionality beyond that specified in the c++20 standard. What are the additional features?
Additional, are the major compiler vendors simply including a subset of libfmt or reimplementing it?
fmt::color
andfmt::emphasis
is in C++20 either, but I'd love to be wrong. :-) – Magdalen