mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-26 18:41:35 +08:00
commit
8cb1bc89f1
@ -25,9 +25,9 @@ struct log_msg
|
|||||||
|
|
||||||
#ifndef SPDLOG_NO_THREAD_ID
|
#ifndef SPDLOG_NO_THREAD_ID
|
||||||
, thread_id(os::thread_id())
|
, thread_id(os::thread_id())
|
||||||
|
#endif
|
||||||
, source(loc)
|
, source(loc)
|
||||||
, payload(view)
|
, payload(view)
|
||||||
#endif
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user