Skip to content

Commit

Permalink
Add reference to iterator_traits
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Sep 14, 2024
1 parent 538d877 commit 50aac2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/fmt/format.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ namespace std {
template <> struct iterator_traits<fmt::appender> {
using iterator_category = output_iterator_tag;
using value_type = char;
using reference = char&;
using difference_type = ptrdiff_t;
};
} // namespace std
Expand Down

0 comments on commit 50aac2a

Please sign in to comment.