Skip to content

Commit 2db2a9b

Browse files
[range.elements.iterator] Avoid "defining" typedef-names
Use "declare" instead.
1 parent 5f579da commit 2db2a9b

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
@@ -10115,7 +10115,7 @@
1011510115
\end{itemize}
1011610116

1011710117
\pnum
10118-
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
10118+
The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
1011910119
if and only if \exposid{Base} models \libconcept{forward_range}.
1012010120
In that case, \tcode{iterator_category} is defined as follows:
1012110121
Let \tcode{C} denote the type

0 commit comments

Comments
 (0)