fmt/test
Daniel Krügler e1d3d3a326
Exclude recursive ranges from the formatter specialization for ranges (#2974)
* 2954: Add test case

* 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.

* #2968: Introduce additional compile-time predicate to detect recursive ranges and reject them in formatter specialization for ranges. In addition, introduce additional wrapper traits for the individual logical operands of the complete range constraints

* #2968: Eliminate preprocessor condition that enables the formatter specialization for std::filesystem::path

* #2968: Eliminate preprocessor condition that enables the test for the formatter specialization for std::filesystem::path

* Use own bool_constant, which is available for all C++ versions

* Reintroduce previous workaround but restrict to VS 2015 for now

* Comma fix

* - Rename is_not_recursive_range to is_nonrecursive_range and add comment that explains it being depending on is_range being true
- Merge has_fallback_formatter_delayed into is_formattable_delayed and add comment that explains it being depending on is_not_recursive_range being true
- Replace disjunction in formatter specialization by has_fallback_formatter_delayed
- Get rid of unneeded detail:: prefixes within namespace detail
2022-07-10 06:26:23 -07:00
..
add-subdirectory-test
compile-error-test Cleanup macros 2022-05-29 17:23:02 -07:00
cuda-test
find-package-test Reformat all source code; no functional changes 2021-11-25 09:15:25 -08:00
fuzzing Remove deprecated APIs 2022-05-21 12:20:31 -07:00
gtest MSVC CMake generation optimization (#2852) 2022-04-08 06:27:23 -07:00
static-export-test
args-test.cc Minor code style tweaks for consistency 2021-12-23 11:55:58 -08:00
assert-test.cc
chrono-test.cc Fix overflow for chrono durations (#2722) 2022-01-17 12:14:59 -08:00
CMakeLists.txt Fix std::variant, std::filesystem::path tests on GCC-8, Clang-7,8. 2022-07-02 08:34:52 -07:00
color-test.cc Implement styled arguments (#2793) 2022-03-08 09:50:14 -08:00
compile-fp-test.cc Replace __cplusplus with FMT_CPLUSPLUS. 2022-07-04 07:18:21 -07:00
compile-test.cc Workaround for Microsoft Visual Studio 2022 Internal compiler error. 2022-07-04 07:18:21 -07:00
core-test.cc Refactor handling of argument types 2022-06-09 17:03:33 -07:00
detect-stdfs.cc Fix std::variant, std::filesystem::path tests on GCC-8, Clang-7,8. 2022-07-02 08:34:52 -07:00
enforce-checks-test.cc Reformat all source code; no functional changes 2021-11-25 09:15:25 -08:00
format-impl-test.cc Fix compilation on ppc64 2022-05-31 13:53:15 -07:00
format-test.cc Replace __cplusplus with FMT_CPLUSPLUS. 2022-07-04 07:18:21 -07:00
gtest-extra-test.cc Remove deprecated APIs 2022-05-22 07:10:09 -07:00
gtest-extra.cc FMT_NOEXCEPT -> noexcept 2022-01-20 16:55:47 -08:00
gtest-extra.h FMT_NOEXCEPT -> noexcept 2022-01-20 16:55:47 -08:00
header-only-test.cc
mock-allocator.h
module-test.cc Replace `make_args_checked with make_format_args` (#2760) 2022-02-13 20:13:35 -08:00
noexception-test.cc Improve noexception test 2021-12-26 16:28:41 -08:00
os-test.cc Remove deprecated APIs 2022-05-22 07:10:09 -07:00
ostream-test.cc Deprecated implicit conversion of enums to ints for consistency with scoped enums 2022-07-03 09:02:22 -07:00
posix-mock-test.cc Remove deprecated APIs 2022-05-22 07:10:09 -07:00
posix-mock.h
printf-test.cc Deprecated implicit conversion of enums to ints for consistency with scoped enums 2022-07-03 09:02:22 -07:00
ranges-odr-test.cc Reformat all source code; no functional changes 2021-11-25 09:15:25 -08:00
ranges-test.cc Deprecated implicit conversion of enums to ints for consistency with scoped enums 2022-07-03 09:02:22 -07:00
scan-test.cc
scan.h
std-test.cc Exclude recursive ranges from the formatter specialization for ranges (#2974) 2022-07-10 06:26:23 -07:00
test-assert.h
test-main.cc Fixed all clang -Wreserved-id-macro warnings (on macOS at least) 2022-03-24 07:33:43 -07:00
unicode-test.cc
util.cc
util.h Reformat all source code; no functional changes 2021-11-25 09:15:25 -08:00
xchar-test.cc Add xchar support for fmt::streamed(). 2022-07-05 19:07:06 -07:00