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 75f3876 commit 4b622b7Copy full SHA for 4b622b7
source/ranges.tex
@@ -131,7 +131,7 @@
131
class view_interface; // freestanding
132
133
// \ref{range.subrange}, sub-ranges
134
- enum class subrange_kind : bool { unsized, sized }; // freestanding
+ enum class @\libglobal{subrange_kind}@ : bool { @\libmember{unsized}{subrange_kind}@, @\libmember{sized}{subrange_kind}@ }; // freestanding
135
136
template<@\libconcept{input_or_output_iterator}@ I, @\libconcept{sentinel_for}@<I> S = I, subrange_kind K = @\seebelow@>
137
requires (K == subrange_kind::sized || !@\libconcept{sized_sentinel_for}@<S, I>)
0 commit comments