fmt/test
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
..
add-subdirectory-test
compile-test
find-package-test
gmock
gtest
assert-test.cc
CMakeLists.txt
core-test.cc Fix build on gcc 4.4 2018-10-24 10:52:02 -07:00
custom-formatter-test.cc
format-impl-test.cc Fix build on gcc 4.4 2018-10-24 10:52:02 -07:00
format-test.cc fix: 'format_to_n' compiles 'std::back_inserter' arguments 2018-10-24 16:45:18 -07:00
gmock-gtest-all.cc
gtest-extra-test.cc Fix build on gcc 4.4 2018-10-24 10:52:02 -07:00
gtest-extra.cc
gtest-extra.h Fix build on gcc 4.4 2018-10-24 10:52:02 -07:00
header-only-test2.cc
header-only-test.cc
mock-allocator.h Fix build on gcc 4.4 2018-10-24 10:52:02 -07:00
ostream-test.cc Fix build on gcc 4.4 2018-10-24 10:52:02 -07:00
posix-mock-test.cc Fix build on gcc 4.4 2018-10-24 10:52:02 -07:00
posix-mock.h
posix-test.cc Fix build on gcc 4.4 2018-10-24 10:52:02 -07:00
printf-test.cc Fix build on gcc 4.4 2018-10-24 10:52:02 -07:00
ranges-test.cc Fix build on gcc 4.4 2018-10-24 10:52:02 -07:00
test-assert.h
test-main.cc
time-test.cc Fix build on gcc 4.4 2018-10-24 10:52:02 -07:00
util.cc
util.h Fix build on gcc 4.4 2018-10-24 10:52:02 -07:00