diff --git a/include/fmt/format.h b/include/fmt/format.h index 3d019501..c2ee7102 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -117,6 +117,7 @@ namespace std { template <> struct iterator_traits { using iterator_category = output_iterator_tag; using value_type = char; + using reference = char&; using difference_type = ptrdiff_t; }; } // namespace std