diff --git a/include/fmt/ranges.h b/include/fmt/ranges.h index f99cd6c4a9fbf..0d349e839799f 100644 --- a/include/fmt/ranges.h +++ b/include/fmt/ranges.h @@ -356,6 +356,8 @@ struct formatter sep) { separator_ = sep; } @@ -451,6 +453,8 @@ struct range_formatter< } public: + range_formatter() = default; + FMT_CONSTEXPR auto underlying() -> detail::range_formatter_type& { return underlying_; }