Skip to content

Commit

Permalink
Added FMT_EXPORT for fmt::range_format and fmt::range_format_kind (#3970
Browse files Browse the repository at this point in the history
)
  • Loading branch information
matt77hias authored May 24, 2024
1 parent fc723fd commit 1768bf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/fmt/ranges.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

FMT_BEGIN_NAMESPACE

FMT_EXPORT
enum class range_format { disabled, map, set, sequence, string, debug_string };

namespace detail {
Expand Down Expand Up @@ -504,6 +505,7 @@ struct range_formatter<
}
};

FMT_EXPORT
template <typename T, typename Char, typename Enable = void>
struct range_format_kind
: conditional_t<
Expand Down

0 comments on commit 1768bf9

Please sign in to comment.