Revert last commit

pull/1652/head
Gabi Melman 5 years ago committed by GitHub
parent 78369375e3
commit 685cc4edbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save