mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-10 00:55:38 +01:00
FMT_STRING_IMPL has an internal helper named FMT_STRING, however FMT_STRING is also the name of the macro that invokes FMT_STRING_IMPL. Renaming this helper avoids the appearance of a recursive macro.