Unverified Commit 78369375 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update helpers-inl.h

parent 6587058f
...@@ -78,7 +78,7 @@ inline std::unordered_map<std::string, std::string> extract_key_vals_(const std: ...@@ -78,7 +78,7 @@ inline std::unordered_map<std::string, std::string> extract_key_vals_(const std:
return rv; 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); auto key_vals = extract_key_vals_(input);
log_levels rv; 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