Fix mix-up of 'FMT_BEGIN_EXPORT' and 'namespace detail'. (#3924)

This commit is contained in:
ShifftC
2024-04-08 18:46:20 +02:00
committed by GitHub
parent 550437b29e
commit 5eb68c0ef2

View File

@@ -4335,8 +4335,12 @@ FMT_CONSTEXPR FMT_INLINE auto native_formatter<T, Char, TYPE>::format(
ctx);
return write<Char>(ctx.out(), val, specs, ctx.locale());
}
FMT_END_EXPORT
} // namespace detail
FMT_BEGIN_EXPORT
template <typename Char>
struct formatter<detail::float128, Char>
: detail::native_formatter<detail::float128, Char,