fmt/include/fmt
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
..
color.h Fix build on gcc 4.4 2018-10-24 10:52:02 -07:00
core.h Use char_traits::length in string_view ctor (#914) 2018-10-24 15:21:21 -07:00
format-inl.h Fix compilation with older gcc 2018-10-23 07:31:24 -07:00
format.h fix: 'format_to_n' compiles 'std::back_inserter' arguments 2018-10-24 16:45:18 -07:00
ostream.h Adapt any string-like type to be used by {fmt} just like the standard string types already supported. The adaption is totally non-intrusive. 2018-10-22 18:25:52 -07:00
posix.h Remove FMT_DTOR_NOEXCEPT 2018-09-22 18:51:32 -07:00
printf.h Adapt any string-like type to be used by {fmt} just like the standard string types already supported. The adaption is totally non-intrusive. 2018-10-22 18:25:52 -07:00
ranges.h prevent ""fmt/range.h"" from specializing fmt::basic_string_view (#865) 2018-09-19 20:13:05 -07:00
time.h fix vs2017 warning fmt::v5::localtime 'not all control paths return a value'. 2018-09-30 07:23:35 -07:00