Skip to content

Commit 2178b2b

Browse files
[range.zip.transform.iterator] Avoid "defining" iterator_category
Use "declare" instead.
1 parent 5be40cc commit 2178b2b

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
@@ -12217,7 +12217,7 @@
1221712217
\pnum
1221812218
The member \grammarterm{typedef-name}
1221912219
\tcode{\exposid{iterator}::iterator_category}
12220-
is defined if and only if \exposid{Base} models \libconcept{forward_range}.
12220+
is declared if and only if \exposid{Base} models \libconcept{forward_range}.
1222112221
In that case,
1222212222
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
1222312223
\begin{itemize}

0 commit comments

Comments
 (0)