Do not attempt to default operator= when it is implicitly deleted

This commit is contained in:
David P. Sicilia 2018-11-27 20:23:51 -05:00
parent 3eba3224c8
commit 63a475d88c
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ struct log_msg
}
log_msg(const log_msg &other) = default;
log_msg &operator=(const log_msg &other) = default;
const std::string *logger_name{nullptr};
level::level_enum level{level::off};