mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-01 02:49:03 +08:00
move log_msg to details namespace
This commit is contained in:
@@ -28,9 +28,6 @@ inline std::tm localtime()
|
||||
return localtime(now_t);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
inline bool operator==(const std::tm& tm1, const std::tm& tm2)
|
||||
{
|
||||
return (tm1.tm_sec == tm2.tm_sec &&
|
||||
|
Reference in New Issue
Block a user