mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 10:29:02 +08:00
small bug fix
This commit is contained in:
@@ -31,7 +31,7 @@ struct log_msg
|
||||
swap(*this, other);
|
||||
}
|
||||
|
||||
friend void swap(log_msg& l, log_msg& r)
|
||||
void swap(log_msg& l, log_msg& r)
|
||||
{
|
||||
using std::swap;
|
||||
swap(l.logger_name, r.logger_name);
|
||||
|
Reference in New Issue
Block a user