mirror of https://github.com/gabime/spdlog.git
fix shadow warning
When compiling using "-Wshadow", it shows ``` spdlog/fmt/bundled/format.h:1601:11: error: declaration shadows a type alias in 'int_writer<OutputIt, Char, UInt>' [-Werror,-Wshadow] using iterator = remove_reference_t<decltype(reserve(out, 0))>; ^ spdlog/fmt/bundled/format.h:1490:9: note: previous declaration is here using iterator = ^ ```pull/1754/head
parent
233e97c5e4
commit
b704527abe
Loading…
Reference in New Issue