llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy
Nikolas Klauser 1323461fe7 [libc++] Add utilites for instantiating functions with multiple types
We currently call a lot of functions with the same list of types. To avoid forgetting any of them, this patch adds type_lists and utilities for it. Specifically, it adds
- `type_list` - This is just a list of types
- `concatenate` - This allows concatenating type_lists
- `for_each` - Iterate over a type_list

Reviewed By: ldionne, #libc

Spies: jloser, EricWF, libcxx-commits

Differential Revision: https://reviews.llvm.org/D137476
2022-11-21 20:35:06 +01:00
..
copy.pass.cpp [libc++][NFC] Use cpp17_output_iterator in tests. 2022-02-04 08:01:20 +01:00
copy_backward.pass.cpp [libc++] Remove test-suite annotations for unsupported Clang versions 2021-08-20 15:05:13 -04:00
copy_if.pass.cpp [libc++][NFC] Use cpp17_output_iterator in tests. 2022-02-04 08:01:20 +01:00
copy_n.pass.cpp [libc++][NFC] Use cpp17_output_iterator in tests. 2022-02-04 08:01:20 +01:00
ranges.copy.pass.cpp [libc++] Add utilites for instantiating functions with multiple types 2022-11-21 20:35:06 +01:00
ranges.copy_backward.pass.cpp Revert "[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`" 2022-10-02 16:23:35 -07:00
ranges.copy_if.pass.cpp [libc++] Make <ranges> non-experimental 2022-08-18 16:59:58 -04:00
ranges.copy_n.pass.cpp [libc++] Make <ranges> non-experimental 2022-08-18 16:59:58 -04:00