mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-27 06:35:37 +00:00
84898b4626
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;