mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-07 17:41:11 +00:00
1e3dcbba81
std::back_insert_iterators model the OutputIterator concept but differ considerably in their traits and behavior. In particular the former made compilation to fail when format_to_n is given a back_inserter as first argument. The emulation of an OutputIterator is not perfect due to the behavioural differences of back_insert_iterators (e.g. assignment always implies increment) but good enough to be used within fmt's machinery. |
||
---|---|---|
.. | ||
color.h | ||
core.h | ||
format-inl.h | ||
format.h | ||
ostream.h | ||
posix.h | ||
printf.h | ||
ranges.h | ||
time.h |