mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-12 06:37:28 +00:00
d2a2320820
* #2954: Provide std::conjunction and std::disjunction substitutes * #2954: Use conjunction and disjunction substitute to make formatter specializations for ranges and maps more robust (especially for Visual Studio compiler family) * #2954: As workaround for older MSVC compilers split formatter<std::filesystem::path> partial template specialization into two explicit specialization. * 2954: Add test case * Provide simplified implementations of conjunction and disjunction * Remove workaround explicit specializations if the partial specialization would cause an ambiguity error * Eliminate extra-test and merge it into existing std-test instead. Add conditionals for filesystem::path testing that does not run into the ambiguity problem. |
||
---|---|---|
.. | ||
add-subdirectory-test | ||
compile-error-test | ||
cuda-test | ||
find-package-test | ||
fuzzing | ||
gtest | ||
static-export-test | ||
args-test.cc | ||
assert-test.cc | ||
chrono-test.cc | ||
CMakeLists.txt | ||
color-test.cc | ||
compile-fp-test.cc | ||
compile-test.cc | ||
core-test.cc | ||
detect-stdfs.cc | ||
enforce-checks-test.cc | ||
format-impl-test.cc | ||
format-test.cc | ||
gtest-extra-test.cc | ||
gtest-extra.cc | ||
gtest-extra.h | ||
header-only-test.cc | ||
mock-allocator.h | ||
module-test.cc | ||
noexception-test.cc | ||
os-test.cc | ||
ostream-test.cc | ||
posix-mock-test.cc | ||
posix-mock.h | ||
printf-test.cc | ||
ranges-odr-test.cc | ||
ranges-test.cc | ||
scan-test.cc | ||
scan.h | ||
std-test.cc | ||
test-assert.h | ||
test-main.cc | ||
unicode-test.cc | ||
util.cc | ||
util.h | ||
xchar-test.cc |