mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 10:29:02 +08:00
Removed redundant "using log_thread_id=size_t"
This commit is contained in:
@@ -59,7 +59,7 @@ class async_log_helper
|
||||
std::string logger_name;
|
||||
level::level_enum level;
|
||||
log_clock::time_point time;
|
||||
log_thread_id thread_id;
|
||||
size_t thread_id;
|
||||
std::string txt;
|
||||
|
||||
async_msg() = default;
|
||||
|
Reference in New Issue
Block a user