From b6d56170fc1a062d331d972ad959334bb0959642 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 18 Feb 2022 07:41:55 -0800 Subject: [PATCH] Remove unnecessary inline --- include/fmt/core.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/fmt/core.h b/include/fmt/core.h index 09625c5a..5d458b7c 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -392,9 +392,7 @@ template inline auto convert_for_visit(T value) -> T { enum class int128_opt {}; enum class uint128_opt {}; // Reduce template instantiations. -template inline auto convert_for_visit(T) -> monostate { - return {}; -} +template auto convert_for_visit(T) -> monostate { return {}; } #endif // Casts a nonnegative integer to unsigned.