Skip to content

Commit fb765c7

Browse files
hewillktkoeppe
authored andcommitted
[range.join.with.view] Add missing \libconcept for input_range
1 parent c4a46fb commit fb765c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ranges.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6179,7 +6179,7 @@
61796179

61806180
constexpr join_with_view(V base, Pattern pattern);
61816181

6182-
template<input_range R>
6182+
template<@\libconcept{input_range}@ R>
61836183
requires @\libconcept{constructible_from}@<V, views::all_t<R>> &&
61846184
@\libconcept{constructible_from}@<Pattern, single_view<range_value_t<@\exposid{InnerRng}@>>>
61856185
constexpr join_with_view(R&& r, range_value_t<@\exposid{InnerRng}@> e);

0 commit comments

Comments
 (0)