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; }