mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
Added FMT_EXPORT for fmt::range_format and fmt::range_format_kind (#3970)
This commit is contained in:
parent
fc723fd6c7
commit
1768bf9714
@ -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<
|
||||
|
Loading…
Reference in New Issue
Block a user