From 78369375e36f1c9e54d556b95a9db61e24517973 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Wed, 19 Aug 2020 23:57:47 +0300 Subject: [PATCH] Update helpers-inl.h --- include/spdlog/cfg/helpers-inl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/cfg/helpers-inl.h b/include/spdlog/cfg/helpers-inl.h index b0915073..12821b5c 100644 --- a/include/spdlog/cfg/helpers-inl.h +++ b/include/spdlog/cfg/helpers-inl.h @@ -78,7 +78,7 @@ inline std::unordered_map 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;