fmt/include/fmt
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
..
chrono.h Apply coding conventions 2020-01-26 19:48:48 -08:00
color.h Remove redundant braces 2020-01-15 15:07:30 -08:00
compile.h Fix ambiguous overloads of format & format_to 2020-03-05 12:22:43 -08:00
core.h Make compile-time checks in format_to handle references 2020-03-01 07:57:34 -08:00
format-inl.h Apply clang-format 2020-03-04 08:37:00 -08:00
format.h Fix clang -Wdisabled-macro-expansion warning from FMT_STRING_IMPL. 2020-03-06 07:00:47 -08:00
locale.h Remove redundant braces 2020-01-15 15:07:30 -08:00
os.h Remove misleading FMT_USE_WINDOWS_H 2020-02-14 14:09:27 +01:00
ostream.h Fix so can work without locale defined 2020-01-22 07:26:03 -08:00
posix.h Rename posix-test to os-test 2019-12-15 16:43:40 -08:00
printf.h Use type_identity to block unnecessary template argument deduction (thanks Tim Song) 2020-01-15 10:27:50 -08:00
ranges.h Fix ambiguity for types with dodgy conversions 2019-09-28 11:35:20 -07:00