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.