Skip to content

Commit 5eb68c0

Browse files
authored
Fix mix-up of 'FMT_BEGIN_EXPORT' and 'namespace detail'. (#3924)
1 parent 550437b commit 5eb68c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/fmt/format.h

+4
Original file line numberDiff line numberDiff line change
@@ -4335,8 +4335,12 @@ FMT_CONSTEXPR FMT_INLINE auto native_formatter<T, Char, TYPE>::format(
43354335
ctx);
43364336
return write<Char>(ctx.out(), val, specs, ctx.locale());
43374337
}
4338+
4339+
FMT_END_EXPORT
43384340
} // namespace detail
43394341

4342+
FMT_BEGIN_EXPORT
4343+
43404344
template <typename Char>
43414345
struct formatter<detail::float128, Char>
43424346
: detail::native_formatter<detail::float128, Char,

0 commit comments

Comments
 (0)