diff --git a/include/fmt/ranges.h b/include/fmt/ranges.h index 12337c0b6e29..494ce71ca340 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: + FMT_CONSTEXPR range_formatter() { } + FMT_CONSTEXPR auto underlying() -> detail::range_formatter_type& { return underlying_; }