mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 02:37:36 +02:00
Added FMT_EXPORT for fmt::range_format and fmt::range_format_kind (#3970)
This commit is contained in:
@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
FMT_BEGIN_NAMESPACE
|
FMT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
FMT_EXPORT
|
||||||
enum class range_format { disabled, map, set, sequence, string, debug_string };
|
enum class range_format { disabled, map, set, sequence, string, debug_string };
|
||||||
|
|
||||||
namespace detail {
|
namespace detail {
|
||||||
@ -504,6 +505,7 @@ struct range_formatter<
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
FMT_EXPORT
|
||||||
template <typename T, typename Char, typename Enable = void>
|
template <typename T, typename Char, typename Enable = void>
|
||||||
struct range_format_kind
|
struct range_format_kind
|
||||||
: conditional_t<
|
: conditional_t<
|
||||||
|
Reference in New Issue
Block a user