We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca39f4 commit 356fb7fCopy full SHA for 356fb7f
source/algorithms.tex
@@ -1274,7 +1274,7 @@
1274
@\exposconcept{indirectly-binary-right-foldable}@<T, iterator_t<R>> F>
1275
constexpr auto fold_right(R&& r, T init, F f);
1276
1277
- template <@\libconcept{bidirectional_iterator}@ I, @\libconcept{sentinel_for}@<I> S,
+ template<@\libconcept{bidirectional_iterator}@ I, @\libconcept{sentinel_for}@<I> S,
1278
@\exposconcept{indirectly-binary-right-foldable}@<iter_value_t<I>, I> F>
1279
requires @\libconcept{constructible_from}@<iter_value_t<I>, iter_reference_t<I>>
1280
constexpr auto fold_right_last(I first, S last, F f);
0 commit comments