Skip to content

Commit 4b622b7

Browse files
Ukileletkoeppe
authored andcommitted
[ranges] Add subrange_kind to the library index
1 parent 75f3876 commit 4b622b7

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
@@ -131,7 +131,7 @@
131131
class view_interface; // freestanding
132132

133133
// \ref{range.subrange}, sub-ranges
134-
enum class subrange_kind : bool { unsized, sized }; // freestanding
134+
enum class @\libglobal{subrange_kind}@ : bool { @\libmember{unsized}{subrange_kind}@, @\libmember{sized}{subrange_kind}@ }; // freestanding
135135

136136
template<@\libconcept{input_or_output_iterator}@ I, @\libconcept{sentinel_for}@<I> S = I, subrange_kind K = @\seebelow@>
137137
requires (K == subrange_kind::sized || !@\libconcept{sized_sentinel_for}@<S, I>)

0 commit comments

Comments
 (0)