Skip to content

Commit 5be40cc

Browse files
[range.elements.iterator] Avoid "defining" typedef-names
Use "declare" instead.
1 parent 19fce20 commit 5be40cc

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
@@ -10400,7 +10400,7 @@
1040010400
\end{itemize}
1040110401

1040210402
\pnum
10403-
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
10403+
The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
1040410404
if and only if \exposid{Base} models \libconcept{forward_range}.
1040510405
In that case, \tcode{iterator_category} is defined as follows:
1040610406
Let \tcode{C} denote the type

0 commit comments

Comments
 (0)