|
1678 | 1678 | @\libconcept{weakly_incrementable}@ O, @\libconcept{copy_constructible}@ F, class Proj1 = identity,
|
1679 | 1679 | class Proj2 = identity>
|
1680 | 1680 | requires @\libconcept{indirectly_writable}@<O, indirect_result_t<F&, projected<I1, Proj1>,
|
1681 |
| - projected<I2, Proj2>>> |
| 1681 | + projected<I2, Proj2>>> |
1682 | 1682 | constexpr binary_transform_result<I1, I2, O>
|
1683 | 1683 | transform(I1 first1, S1 last1, I2 first2, S2 last2, O result,
|
1684 | 1684 | F binary_op, Proj1 proj1 = {}, Proj2 proj2 = {});
|
1685 | 1685 | template<@\libconcept{input_range}@ R1, @\libconcept{input_range}@ R2, @\libconcept{weakly_incrementable}@ O,
|
1686 | 1686 | @\libconcept{copy_constructible}@ F, class Proj1 = identity, class Proj2 = identity>
|
1687 | 1687 | requires @\libconcept{indirectly_writable}@<O, indirect_result_t<F&, projected<iterator_t<R1>, Proj1>,
|
1688 |
| - projected<iterator_t<R2>, Proj2>>> |
| 1688 | + projected<iterator_t<R2>, Proj2>>> |
1689 | 1689 | constexpr binary_transform_result<borrowed_iterator_t<R1>, borrowed_iterator_t<R2>, O>
|
1690 | 1690 | transform(R1&& r1, R2&& r2, O result,
|
1691 | 1691 | F binary_op, Proj1 proj1 = {}, Proj2 proj2 = {});
|
|
0 commit comments