Skip to content

Commit b362d7c

Browse files
[range.zip.transform.iterator] Avoid "defining" iterator_category
Use "declare" instead.
1 parent 9235d47 commit b362d7c

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
@@ -12193,7 +12193,7 @@
1219312193
\pnum
1219412194
The member \grammarterm{typedef-name}
1219512195
\tcode{\exposid{iterator}::iterator_category}
12196-
is defined if and only if \exposid{Base} models \libconcept{forward_range}.
12196+
is declared if and only if \exposid{Base} models \libconcept{forward_range}.
1219712197
In that case,
1219812198
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
1219912199
\begin{itemize}

0 commit comments

Comments
 (0)