Skip to content

Commit 54deed2

Browse files
committed
[range.lazy.split.view] Use present only *when* bool-condition
1 parent 9ce105b commit 54deed2

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
@@ -7491,7 +7491,7 @@
74917491
Pattern @\exposid{pattern_}@ = Pattern(); // \expos
74927492

74937493
@\exposidnc{non-propagating-cache}@<iterator_t<V>> @\exposid{current_}@; // \expos, present only
7494-
// if \tcode{!\libconcept{forward_range}<V>}
7494+
// when \tcode{!\libconcept{forward_range}<V>}
74957495

74967496
// \ref{range.lazy.split.outer}, class template \tcode{lazy_split_view::\exposid{outer-iterator}}
74977497
template<bool> struct @\exposidnc{outer-iterator}@; // \expos

0 commit comments

Comments
 (0)