From 16d2ee6723973962aa15e2a45d6eecbf8cf1cd67 Mon Sep 17 00:00:00 2001 From: Junekey Jeon Date: Wed, 11 Jan 2023 18:38:25 -0800 Subject: [PATCH] Fix linkage error --- include/fmt/format-inl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/format-inl.h b/include/fmt/format-inl.h index 2a173b5e..523fd514 100644 --- a/include/fmt/format-inl.h +++ b/include/fmt/format-inl.h @@ -1125,7 +1125,7 @@ template <> struct cache_accessor { } }; -inline uint128_fallback get_cached_power(int k) noexcept { +FMT_FUNC uint128_fallback get_cached_power(int k) noexcept { return cache_accessor::get_cached_power(k); }