fmtlegacy/include/fmt
Johan Norberg 84898b4626 Remove warning in format.h when compiling with gcc and -Wshadow
build/_deps/fmt-src/include/fmt/format.h: In member function ‘decltype (ctx.out()) fmt::v6::formatter<fmt::v6::bytes>::format(fmt::v6::bytes, FormatContext&)’:
build/_deps/fmt-src/include/fmt/format.h:3251:58: error: declaration of ‘writer’ shadows a global declaration [-Werror=shadow]
     internal::basic_writer<range_type> writer(range_type(ctx.out()));
                                                          ^~~
build/_deps/fmt-src/include/fmt/format.h:2741:53: note: shadowed declaration is here
 using writer FMT_DEPRECATED_ALIAS = internal::writer;
2020-04-15 07:31:24 -07:00
..
chrono.h Apply coding conventions 2020-01-26 19:48:48 -08:00
color.h Color formatting fixed for wide strings (fixes issue #1594) (#1596) 2020-03-17 06:24:42 -07:00
compile.h Improve handling of named arguments 2020-04-14 11:56:55 -07:00
core.h Cleanup named arguments 2020-04-15 06:28:41 -07:00
format-inl.h Avoid windows issue with min() max() macros 2020-04-07 08:34:34 -07:00
format.h Remove warning in format.h when compiling with gcc and -Wshadow 2020-04-15 07:31:24 -07:00
locale.h Remove redundant braces 2020-01-15 15:07:30 -08:00
os.h Follow naming conventions 2020-04-01 09:30:28 -07:00
ostream.h Fix a typo 2020-04-12 08:18:47 -07:00
posix.h Rename posix-test to os-test 2019-12-15 16:43:40 -08:00
printf.h Improve handling of named arguments 2020-04-14 11:56:55 -07:00
ranges.h Ability to join elements of std::initializer_list was added 2020-03-15 16:10:00 -07:00