Added FMT_EXPORT for fmt::range_format and fmt::range_format_kind (#3970)

This commit is contained in:
Matthias Moulin
2024-05-24 16:08:07 +02:00
committed by GitHub
parent fc723fd6c7
commit 1768bf9714

View File

@ -20,6 +20,7 @@
FMT_BEGIN_NAMESPACE
FMT_EXPORT
enum class range_format { disabled, map, set, sequence, string, debug_string };
namespace detail {
@ -504,6 +505,7 @@ struct range_formatter<
}
};
FMT_EXPORT
template <typename T, typename Char, typename Enable = void>
struct range_format_kind
: conditional_t<