Skip to content

Commit a002e5e

Browse files
[range.elements.iterator] Avoid "defining" typedef-names
Use "declare" instead.
1 parent 3b003ce commit a002e5e

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
@@ -10376,7 +10376,7 @@
1037610376
\end{itemize}
1037710377

1037810378
\pnum
10379-
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
10379+
The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
1038010380
if and only if \exposid{Base} models \libconcept{forward_range}.
1038110381
In that case, \tcode{iterator_category} is defined as follows:
1038210382
Let \tcode{C} denote the type

0 commit comments

Comments
 (0)