File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 1226
1226
@\exposconcept {indirectly-binary-right-foldable}@<T, iterator_t<R>> F>
1227
1227
constexpr auto fold_right(R&& r, T init, F f);
1228
1228
1229
- <<<<<<< Updated upstream
1230
1229
template <@\libconcept {bidirectional_iterator}@ I, @\libconcept {sentinel_for}@<I> S,
1231
1230
@\exposconcept {indirectly-binary-right-foldable}@<iter_value_t<I>, I> F>
1232
1231
requires @\libconcept {constructible_from}@<iter_value_t<I>, iter_reference_t<I>>
1233
- =======
1234
- template<@\libconcept {bidirectional_iterator}@ I, @\libconcept {sentinel_for}@<I> S,
1235
- indirectly-binary-right-foldable<iter_value_t<I>, I> F>
1236
- requires constructible_from<iter_value_t<I>, iter_reference_t<I>>
1237
- >>>>>>> Stashed changes
1238
1232
constexpr auto fold_right_last(I first, S last, F f);
1239
1233
1240
1234
template<@\libconcept {bidirectional_range}@ R,
You can’t perform that action at this time.
0 commit comments