Fix linkage error

This commit is contained in:
Junekey Jeon 2023-01-11 18:38:25 -08:00
parent ab34e7d1dd
commit 16d2ee6723

View File

@ -1125,7 +1125,7 @@ template <> struct cache_accessor<double> {
}
};
inline uint128_fallback get_cached_power(int k) noexcept {
FMT_FUNC uint128_fallback get_cached_power(int k) noexcept {
return cache_accessor<double>::get_cached_power(k);
}