Skip to content

Commit 1204281

Browse files
[range.join.with.iterator] Avoid "defining" typedef-names
Use "declare" instead.
1 parent 7d32fa2 commit 1204281

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
@@ -7233,7 +7233,7 @@
72337233
\end{itemize}
72347234

72357235
\pnum
7236-
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
7236+
The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
72377237
if and only if \exposid{ref-is-glvalue} is \tcode{true}, and
72387238
\exposid{Base} and \exposid{InnerBase} each model \libconcept{forward_range}.
72397239
In that case,

0 commit comments

Comments
 (0)