Unverified Commit 685cc4ed authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Revert last commit

parent 78369375
......@@ -78,7 +78,7 @@ inline std::unordered_map<std::string, std::string> extract_key_vals_(const std:
return rv;
}
inline log_levels extract_levels(const std::string &input)
SPDLOG_INLINE log_levels extract_levels(const std::string &input)
{
auto key_vals = extract_key_vals_(input);
log_levels rv;
......
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