diff --git a/include/spdlog/fmt/bin_to_hex.h b/include/spdlog/fmt/bin_to_hex.h index 3209c1dc..3bf003d4 100644 --- a/include/spdlog/fmt/bin_to_hex.h +++ b/include/spdlog/fmt/bin_to_hex.h @@ -232,7 +232,7 @@ struct formatter, char> // put newline(and position header) template - void put_newline(It inserter, std::size_t pos) + void put_newline(It inserter, std::size_t pos) const { #ifdef _WIN32 *inserter++ = '\r';