Update helpers-inl.h

pull/1652/head
Gabi Melman 5 years ago committed by GitHub
parent 6587058f74
commit 78369375e3
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;
}
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;

Loading…
Cancel
Save