mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
Added const to put_newline() in bin_to_hex.h
This commit is contained in:
@@ -232,7 +232,7 @@ struct formatter<spdlog::details::dump_info<T>, char>
|
||||
|
||||
// put newline(and position header)
|
||||
template<typename It>
|
||||
void put_newline(It inserter, std::size_t pos)
|
||||
void put_newline(It inserter, std::size_t pos) const
|
||||
{
|
||||
#ifdef _WIN32
|
||||
*inserter++ = '\r';
|
||||
|
Reference in New Issue
Block a user