mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 19:24:48 +02:00
Fix mix-up of 'FMT_BEGIN_EXPORT' and 'namespace detail'. (#3924)
This commit is contained in:
@@ -4335,8 +4335,12 @@ FMT_CONSTEXPR FMT_INLINE auto native_formatter<T, Char, TYPE>::format(
|
|||||||
ctx);
|
ctx);
|
||||||
return write<Char>(ctx.out(), val, specs, ctx.locale());
|
return write<Char>(ctx.out(), val, specs, ctx.locale());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
FMT_END_EXPORT
|
||||||
} // namespace detail
|
} // namespace detail
|
||||||
|
|
||||||
|
FMT_BEGIN_EXPORT
|
||||||
|
|
||||||
template <typename Char>
|
template <typename Char>
|
||||||
struct formatter<detail::float128, Char>
|
struct formatter<detail::float128, Char>
|
||||||
: detail::native_formatter<detail::float128, Char,
|
: detail::native_formatter<detail::float128, Char,
|
||||||
|
Reference in New Issue
Block a user