Update helpers-inl.h

This commit is contained in:
Gabi Melman 2020-08-19 23:57:47 +03:00 committed by GitHub
parent 6587058f74
commit 78369375e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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