diff --git a/include/fmt/format.h b/include/fmt/format.h index 541bf11d..8ab8f263 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -4335,8 +4335,12 @@ FMT_CONSTEXPR FMT_INLINE auto native_formatter::format( ctx); return write(ctx.out(), val, specs, ctx.locale()); } + +FMT_END_EXPORT } // namespace detail +FMT_BEGIN_EXPORT + template struct formatter : detail::native_formatter