mirror of
https://github.com/shadps4-emu/ext-fmt.git
synced 2025-03-05 00:27:01 +00:00

* Trying to clear ambiguous compile time claims Documentation was a bit misleading. Many people assume that fmt does compile time checks by default, while it requires the use of `FMT_STRING`. It was also unclear that FMT_COMPILE does the same checks. https://github.com/fmtlib/fmt/issues/1772 * Update api.rst