Do not attempt to default operator= when it is implicitly deleted
This commit is contained in:
parent
3eba3224c8
commit
63a475d88c
@ -37,7 +37,6 @@ struct log_msg
|
|||||||
}
|
}
|
||||||
|
|
||||||
log_msg(const log_msg &other) = default;
|
log_msg(const log_msg &other) = default;
|
||||||
log_msg &operator=(const log_msg &other) = default;
|
|
||||||
|
|
||||||
const std::string *logger_name{nullptr};
|
const std::string *logger_name{nullptr};
|
||||||
level::level_enum level{level::off};
|
level::level_enum level{level::off};
|
||||||
|
Loading…
Reference in New Issue
Block a user