Daniela Engert 1e3dcbba81 fix: 'format_to_n' compiles 'std::back_inserter' arguments
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.
2018-10-24 16:45:18 -07:00
..
2017-03-09 06:09:43 -08:00
2018-09-21 17:11:57 -07:00
2018-10-24 10:52:02 -07:00
2018-10-24 10:52:02 -07:00
2018-10-24 10:52:02 -07:00
2018-10-24 10:52:02 -07:00
2018-10-24 10:52:02 -07:00
2018-10-24 10:52:02 -07:00
2018-10-24 10:52:02 -07:00
2018-05-09 06:10:37 -07:00
2018-10-24 10:52:02 -07:00
2018-10-24 10:52:02 -07:00
2018-10-24 10:52:02 -07:00
2018-10-24 10:52:02 -07:00
2018-05-19 10:32:53 -07:00
2018-10-24 10:52:02 -07:00