Skip to content

Commit 21c1b5b

Browse files
[range.zip.transform.iterator] Avoid "defining" iterator_category
Use "declare" instead.
1 parent 72706d4 commit 21c1b5b

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
@@ -11887,7 +11887,7 @@
1188711887
\pnum
1188811888
The member \grammarterm{typedef-name}
1188911889
\tcode{\exposid{iterator}::iterator_category}
11890-
is defined if and only if \exposid{Base} models \libconcept{forward_range}.
11890+
is declared if and only if \exposid{Base} models \libconcept{forward_range}.
1189111891
In that case,
1189211892
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
1189311893
\begin{itemize}

0 commit comments

Comments
 (0)