From b777497b0d9d386f35b8c797f6c8d49c5fac296e Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 17 Sep 2023 02:13:36 +0300 Subject: [PATCH] Removed un needed inline specifier --- include/spdlog/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/common.h b/include/spdlog/common.h index ed2abf3d..8456ca79 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -360,7 +360,7 @@ constexpr std::basic_string_view to_string_view(std::basic_format_string -constexpr inline fmt::basic_string_view to_string_view(fmt::basic_format_string fmt) noexcept +constexpr fmt::basic_string_view to_string_view(fmt::basic_format_string fmt) noexcept { return fmt; }