mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 03:17:53 +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. |
||
---|---|---|
.. | ||
add-subdirectory-test | ||
compile-test | ||
find-package-test | ||
gmock | ||
gtest | ||
assert-test.cc | ||
CMakeLists.txt | ||
core-test.cc | ||
custom-formatter-test.cc | ||
format-impl-test.cc | ||
format-test.cc | ||
gmock-gtest-all.cc | ||
gtest-extra-test.cc | ||
gtest-extra.cc | ||
gtest-extra.h | ||
header-only-test2.cc | ||
header-only-test.cc | ||
mock-allocator.h | ||
ostream-test.cc | ||
posix-mock-test.cc | ||
posix-mock.h | ||
posix-test.cc | ||
printf-test.cc | ||
ranges-test.cc | ||
test-assert.h | ||
test-main.cc | ||
time-test.cc | ||
util.cc | ||
util.h |