mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-08 12:20:06 +00:00
Add reference to iterator_traits
This commit is contained in:
parent
538d8777e5
commit
50aac2ac92
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user