diff --git a/include/spdlog/fmt/bundled/ostream.h b/include/spdlog/fmt/bundled/ostream.h index 3bdb375b..f319f5fb 100644 --- a/include/spdlog/fmt/bundled/ostream.h +++ b/include/spdlog/fmt/bundled/ostream.h @@ -83,8 +83,8 @@ void write(std::ostream &os, Writer &w); } // namespace internal // Formats a value. -template -void format_arg(BasicFormatter &f, +template +void format_arg(BasicFormatter &f, const Char *&format_str, const T &value) { internal::MemoryBuffer buffer;