Skip to content

Commit 7bed11a

Browse files
[range.zip.transform.iterator] Avoid "defining" iterator_category
Use "determine"/"declare" instead.
1 parent 72dcd69 commit 7bed11a

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
@@ -11893,9 +11893,9 @@
1189311893
\pnum
1189411894
The member \grammarterm{typedef-name}
1189511895
\tcode{\exposid{iterator}::iterator_category}
11896-
is defined if and only if \exposid{Base} models \libconcept{forward_range}.
11896+
is declared if and only if \exposid{Base} models \libconcept{forward_range}.
1189711897
In that case,
11898-
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
11898+
\tcode{\exposid{iterator}::iterator_category} is determined as follows:
1189911899
\begin{itemize}
1190011900
\item
1190111901
If

0 commit comments

Comments
 (0)