fmt/include
Dair Grant 29a1ea795a Fix clang -Wdisabled-macro-expansion warning from FMT_STRING_IMPL.
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.
2020-03-06 07:00:47 -08:00
..
fmt Fix clang -Wdisabled-macro-expansion warning from FMT_STRING_IMPL. 2020-03-06 07:00:47 -08:00