Skip to content

Commit

Permalink
Fix mix-up of 'FMT_BEGIN_EXPORT' and 'namespace detail'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiffted committed Apr 8, 2024
1 parent 550437b commit 3628b02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/fmt/format.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3628b02

Please sign in to comment.