|
| 1 | +# Copyright (c) 2025 Hartmut Kaiser |
| 2 | +# |
| 3 | +# SPDX-License-Identifier: BSL-1.0 |
| 4 | +# Distributed under the Boost Software License, Version 1.0. (See accompanying |
| 5 | +# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
| 6 | + |
| 7 | +tests.unit.modules.algorithms.container_algorithms.adjacentdifference_range |
| 8 | +tests.unit.modules.algorithms.container_algorithms.adjacentdifference_range_sender |
| 9 | +tests.unit.modules.algorithms.container_algorithms.adjacentfind_bad_alloc_range |
| 10 | +tests.unit.modules.algorithms.container_algorithms.adjacentfind_binary_bad_alloc_range |
| 11 | +tests.unit.modules.algorithms.container_algorithms.adjacentfind_binary_range |
| 12 | +tests.unit.modules.algorithms.container_algorithms.adjacentfind_binary_projection_range |
| 13 | +tests.unit.modules.algorithms.container_algorithms.adjacentfind_binary_exception_range |
| 14 | +tests.unit.modules.algorithms.container_algorithms.adjacentfind_range |
| 15 | +tests.unit.modules.algorithms.container_algorithms.adjacentfind_exception_range |
| 16 | +tests.unit.modules.algorithms.container_algorithms.all_of_range |
| 17 | +tests.unit.modules.algorithms.container_algorithms.any_of_range |
| 18 | +tests.unit.modules.algorithms.container_algorithms.contains_range |
| 19 | +tests.unit.modules.algorithms.container_algorithms.contains_subrange_range |
| 20 | +tests.unit.modules.algorithms.container_algorithms.copy_range |
| 21 | +tests.unit.modules.algorithms.container_algorithms.copyn_range |
| 22 | +tests.unit.modules.algorithms.container_algorithms.copyif_range |
| 23 | +tests.unit.modules.algorithms.container_algorithms.count_range |
| 24 | +tests.unit.modules.algorithms.container_algorithms.countif_range |
| 25 | +tests.unit.modules.algorithms.container_algorithms.destroy_range |
| 26 | +tests.unit.modules.algorithms.container_algorithms.destroyn_range |
| 27 | +tests.unit.modules.algorithms.container_algorithms.distance_range |
| 28 | +tests.unit.modules.algorithms.container_algorithms.ends_with_range |
| 29 | +tests.unit.modules.algorithms.container_algorithms.equal_range |
| 30 | +tests.unit.modules.algorithms.container_algorithms.equal_binary_range |
| 31 | +tests.unit.modules.algorithms.container_algorithms.exclusive_scan_range |
| 32 | +tests.unit.modules.algorithms.container_algorithms.fill_range |
| 33 | +tests.unit.modules.algorithms.container_algorithms.filln_range |
| 34 | +tests.unit.modules.algorithms.container_algorithms.find_range |
| 35 | +tests.unit.modules.algorithms.container_algorithms.find_if_range |
| 36 | +tests.unit.modules.algorithms.container_algorithms.find_if_not_range |
| 37 | +tests.unit.modules.algorithms.container_algorithms.find_if_not_exception_range |
| 38 | +tests.unit.modules.algorithms.container_algorithms.find_end_range |
| 39 | +tests.unit.modules.algorithms.container_algorithms.find_end_range2 |
| 40 | +tests.unit.modules.algorithms.container_algorithms.find_first_of_range |
| 41 | +tests.unit.modules.algorithms.container_algorithms.find_first_of_range2 |
| 42 | +tests.unit.modules.algorithms.container_algorithms.for_loop_exception_range |
| 43 | +tests.unit.modules.algorithms.container_algorithms.for_loop_induction_range |
| 44 | +tests.unit.modules.algorithms.container_algorithms.for_loop_induction_async_range |
| 45 | +tests.unit.modules.algorithms.container_algorithms.for_loop_range |
| 46 | +tests.unit.modules.algorithms.container_algorithms.for_loop_reduction_range |
| 47 | +tests.unit.modules.algorithms.container_algorithms.for_loop_reduction_async_range |
| 48 | +tests.unit.modules.algorithms.container_algorithms.for_loop_strided_range |
| 49 | +tests.unit.modules.algorithms.container_algorithms.foreach_adapt |
| 50 | +tests.unit.modules.algorithms.container_algorithms.foreach_range |
| 51 | +tests.unit.modules.algorithms.container_algorithms.foreach_range_projection |
| 52 | +tests.unit.modules.algorithms.container_algorithms.foreach_range_sender |
| 53 | +tests.unit.modules.algorithms.container_algorithms.generate_range |
| 54 | +tests.unit.modules.algorithms.container_algorithms.includes_range |
| 55 | +tests.unit.modules.algorithms.container_algorithms.inclusive_scan_range |
| 56 | +tests.unit.modules.algorithms.container_algorithms.inplace_merge_range |
| 57 | +tests.unit.modules.algorithms.container_algorithms.is_heap_range |
| 58 | +tests.unit.modules.algorithms.container_algorithms.is_heap_until_range |
| 59 | +tests.unit.modules.algorithms.container_algorithms.is_partitioned_async_range |
| 60 | +tests.unit.modules.algorithms.container_algorithms.is_partitioned_range |
| 61 | +tests.unit.modules.algorithms.container_algorithms.is_partitioned_projection_range |
| 62 | +tests.unit.modules.algorithms.container_algorithms.is_sorted_range |
| 63 | +tests.unit.modules.algorithms.container_algorithms.is_sorted_range2 |
| 64 | +tests.unit.modules.algorithms.container_algorithms.is_sorted_range3 |
| 65 | +tests.unit.modules.algorithms.container_algorithms.is_sorted_range_exception |
| 66 | +tests.unit.modules.algorithms.container_algorithms.is_sorted_until_range |
| 67 | +tests.unit.modules.algorithms.container_algorithms.is_sorted_until_range_exception |
0 commit comments