From 9282222b7de16eac7afe03b2a2375104257e1ca4 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 22 Sep 2024 15:10:58 -0700 Subject: [PATCH] Export more --- include/fmt/format.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/fmt/format.h b/include/fmt/format.h index 13c8f58fb381..b2dee309f437 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -3832,6 +3832,8 @@ FMT_CONSTEXPR auto native_formatter::format( } } // namespace detail +FMT_BEGIN_EXPORT + template struct formatter>> : formatter, Char> { @@ -4163,7 +4165,6 @@ class format_int { */ #define FMT_STRING(s) FMT_STRING_IMPL(s, fmt::detail::compile_string) -FMT_BEGIN_EXPORT FMT_API auto vsystem_error(int error_code, string_view fmt, format_args args) -> std::system_error;