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

pull/929/head
David P. Sicilia 7 years ago
parent 3eba3224c8
commit 63a475d88c

@ -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};

Loading…
Cancel
Save