Commit 63a475d8 authored by David P. Sicilia's avatar David P. Sicilia

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

parent 3eba3224
......@@ -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};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment