Skip to content

Commit 680f448

Browse files
committed
[range.adaptors] Replace "In that case" with "If declared"
1 parent 4ce955b commit 680f448

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

source/ranges.tex

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4938,7 +4938,7 @@
49384938
\pnum
49394939
The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
49404940
if and only if \tcode{V} models \libconcept{forward_range}.
4941-
In that case,
4941+
If declared,
49424942
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
49434943
\begin{itemize}
49444944
\item Let \tcode{C} denote the type
@@ -5467,10 +5467,10 @@
54675467
\pnum
54685468
The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
54695469
if and only if \exposid{Base} models \libconcept{forward_range}.
5470-
In that case,
5470+
If declared,
54715471
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
54725472
Let \tcode{C} denote the type
5473-
\tcode{iterator_traits<iterator_t<\exposid{Base}>>::iterator_category}.
5473+
\tcode{iterator_traits<iter\-ator_t<\exposid{Base}>>::iterator_category}.
54745474
\begin{itemize}
54755475
\item
54765476
If \tcode{is_reference_v<invoke_result_t<\exposidnc{maybe-const}<Const, F>\&, range_reference_t<\exposid{Base}>>>}
@@ -6884,7 +6884,7 @@
68846884
if and only if \exposid{ref-is-glvalue} is \tcode{true},
68856885
\exposid{Base} models \libconcept{forward_range}, and
68866886
\tcode{range_reference_t<\exposid{Base}>} models \libconcept{forward_range}.
6887-
In that case,
6887+
If declared,
68886888
\tcode{\exposid{iterator}::iter\-ator_category} is defined as follows:
68896889
\begin{itemize}
68906890
\item Let \placeholder{OUTERC} denote
@@ -7456,7 +7456,7 @@
74567456
The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
74577457
if and only if \exposid{ref-is-glvalue} is \tcode{true}, and
74587458
\exposid{Base} and \exposid{InnerBase} each model \libconcept{forward_range}.
7459-
In that case,
7459+
If declared,
74607460
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
74617461

74627462
\begin{itemize}
@@ -9081,7 +9081,7 @@
90819081
The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
90829082
if and only if
90839083
\tcode{\exposconcept{all-forward}<Const, Views...>} is modeled.
9084-
In that case,
9084+
If declared,
90859085
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
90869086

90879087
\begin{itemize}
@@ -10402,7 +10402,8 @@
1040210402
\pnum
1040310403
The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
1040410404
if and only if \exposid{Base} models \libconcept{forward_range}.
10405-
In that case, \tcode{iterator_category} is defined as follows:
10405+
If declared,
10406+
\tcode{iterator_category} is defined as follows:
1040610407
Let \tcode{C} denote the type
1040710408
\tcode{iterator_traits<iterator_t<\exposid{Base}>>::iterator_category}.
1040810409
\begin{itemize}
@@ -12218,7 +12219,7 @@
1221812219
The member \grammarterm{typedef-name}
1221912220
\tcode{\exposid{iterator}::iterator_category}
1222012221
is declared if and only if \exposid{Base} models \libconcept{forward_range}.
12221-
In that case,
12222+
If declared,
1222212223
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
1222312224
\begin{itemize}
1222412225
\item
@@ -16214,7 +16215,7 @@
1621416215
\pnum
1621516216
The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
1621616217
if and only if \exposid{Base} models \libconcept{forward_range}.
16217-
In that case,
16218+
If declared,
1621816219
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
1621916220
\begin{itemize}
1622016221
\item

0 commit comments

Comments
 (0)