mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 03:19:02 +08:00
proper swap and move operations on swap oss
This commit is contained in:
@@ -38,8 +38,8 @@ struct log_msg
|
||||
swap(l.level, r.level);
|
||||
swap(l.time, r.time);
|
||||
swap(l.tm_time, r.tm_time);
|
||||
//swap(l.raw, r.raw);
|
||||
//swap(l.formatted, r.formatted);
|
||||
swap(l.raw, r.raw);
|
||||
swap(l.formatted, r.formatted);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user