Skip to content

Commit 8fcd1d4

Browse files
committed
[range.adaptors] Replace "In that case" with "If defined"
1 parent 98ce5ac commit 8fcd1d4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

source/ranges.tex

Lines changed: 8 additions & 8 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 defined
49404940
if and only if \tcode{V} models \libconcept{forward_range}.
4941-
In that case,
4941+
If defined,
49424942
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
49434943
\begin{itemize}
49444944
\item Let \tcode{C} denote the type
@@ -5467,7 +5467,7 @@
54675467
\pnum
54685468
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
54695469
if and only if \exposid{Base} models \libconcept{forward_range}.
5470-
In that case,
5470+
If defined,
54715471
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
54725472
Let \tcode{C} denote the type
54735473
\tcode{iterator_traits<iterator_t<\exposid{Base}>>::iterator_category}.
@@ -6874,7 +6874,7 @@
68746874
if and only if \exposid{ref-is-glvalue} is \tcode{true},
68756875
\exposid{Base} models \libconcept{forward_range}, and
68766876
\tcode{range_reference_t<\exposid{Base}>} models \libconcept{forward_range}.
6877-
In that case,
6877+
If defined,
68786878
\tcode{\exposid{iterator}::iter\-ator_category} is defined as follows:
68796879
\begin{itemize}
68806880
\item Let \placeholder{OUTERC} denote
@@ -7446,7 +7446,7 @@
74467446
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
74477447
if and only if \exposid{ref-is-glvalue} is \tcode{true}, and
74487448
\exposid{Base} and \exposid{InnerBase} each model \libconcept{forward_range}.
7449-
In that case,
7449+
If defined,
74507450
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
74517451

74527452
\begin{itemize}
@@ -9070,7 +9070,7 @@
90709070
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
90719071
if and only if
90729072
\tcode{\exposconcept{all-forward}<Const, Views...>} is modeled.
9073-
In that case,
9073+
If defined,
90749074
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
90759075

90769076
\begin{itemize}
@@ -10381,7 +10381,7 @@
1038110381
\pnum
1038210382
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
1038310383
if and only if \exposid{Base} models \libconcept{forward_range}.
10384-
In that case, \tcode{iterator_category} is defined as follows:
10384+
If defined, \tcode{iterator_category} is defined as follows:
1038510385
Let \tcode{C} denote the type
1038610386
\tcode{iterator_traits<iterator_t<\exposid{Base}>>::iterator_category}.
1038710387
\begin{itemize}
@@ -12197,7 +12197,7 @@
1219712197
The member \grammarterm{typedef-name}
1219812198
\tcode{\exposid{iterator}::iterator_category}
1219912199
is defined if and only if \exposid{Base} models \libconcept{forward_range}.
12200-
In that case,
12200+
If defined,
1220112201
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
1220212202
\begin{itemize}
1220312203
\item
@@ -16193,7 +16193,7 @@
1619316193
\pnum
1619416194
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
1619516195
if and only if \exposid{Base} models \libconcept{forward_range}.
16196-
In that case,
16196+
If defined,
1619716197
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
1619816198
\begin{itemize}
1619916199
\item

0 commit comments

Comments
 (0)