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