mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 11:29:01 +08:00
renamed level::to_str() to level::to_c_str()
This commit is contained in:
@@ -10,7 +10,7 @@ namespace details {
|
||||
namespace fmt_helper {
|
||||
inline void append_str(const std::string &str, fmt::memory_buffer &dest)
|
||||
{
|
||||
const char *str_ptr = str.data();
|
||||
auto *str_ptr = str.data();
|
||||
dest.append(str_ptr, str_ptr + str.size());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user