Skip to content

Commit 96ac95d

Browse files
[range.zip.transform.iterator] Avoid "defining" iterator_category
Use "determine"/"declare" instead.
1 parent 76c0f58 commit 96ac95d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/ranges.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10841,9 +10841,9 @@
1084110841
\pnum
1084210842
The member \grammarterm{typedef-name}
1084310843
\tcode{\exposid{iterator}::iterator_category}
10844-
is defined if and only if \exposid{Base} models \libconcept{forward_range}.
10844+
is declared if and only if \exposid{Base} models \libconcept{forward_range}.
1084510845
In that case,
10846-
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
10846+
\tcode{\exposid{iterator}::iterator_category} is determined as follows:
1084710847
\begin{itemize}
1084810848
\item
1084910849
If

0 commit comments

Comments
 (0)