File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1318
1318
requires @\libconcept {indirectly_swappable}@<I1, I2>
1319
1319
constexpr swap_ranges_result<I1, I2>
1320
1320
swap_ranges(I1 first1, S1 last1, I2 first2, S2 last2);
1321
- template<@\libconcept {input_range}@ R1, input_range R2>
1321
+ template<@\libconcept {input_range}@ R1, @ \libconcept { input_range}@ R2>
1322
1322
requires @\libconcept {indirectly_swappable}@<iterator_t<R1>, iterator_t<R2>>
1323
1323
constexpr swap_ranges_result<borrowed_iterator_t<R1>, borrowed_iterator_t<R2>>
1324
1324
swap_ranges(R1&& r1, R2&& r2);
4808
4808
requires @\libconcept {indirectly_swappable}@<I1, I2>
4809
4809
constexpr ranges::swap_ranges_result<I1, I2>
4810
4810
ranges::swap_ranges(I1 first1, S1 last1, I2 first2, S2 last2);
4811
- template<@\libconcept {input_range}@ R1, input_range R2>
4811
+ template<@\libconcept {input_range}@ R1, @ \libconcept { input_range}@ R2>
4812
4812
requires @\libconcept {indirectly_swappable}@<iterator_t<R1>, iterator_t<R2>>
4813
4813
constexpr ranges::swap_ranges_result<borrowed_iterator_t<R1>, borrowed_iterator_t<R2>>
4814
4814
ranges::swap_ranges(R1&& r1, R2&& r2);
You can’t perform that action at this time.
0 commit comments