Skip to content

Commit ef999e7

Browse files
[range.zip.transform.iterator] Avoid "defining" iterator_category
Use "declare" instead.
1 parent 2db2a9b commit ef999e7

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
@@ -11893,7 +11893,7 @@
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,
1189811898
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
1189911899
\begin{itemize}

0 commit comments

Comments
 (0)