mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 18:39:03 +08:00
deleted copy op and a little format
This commit is contained in:
@@ -31,7 +31,7 @@ struct log_msg
|
||||
#endif
|
||||
}
|
||||
|
||||
log_msg(const log_msg& other) = delete;
|
||||
log_msg(const log_msg& other) = delete;
|
||||
log_msg& operator=(log_msg&& other) = delete;
|
||||
log_msg(log_msg&& other) = delete;
|
||||
|
||||
|
Reference in New Issue
Block a user