Skip to content

Commit 7c47500

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

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
@@ -7440,7 +7440,7 @@
74407440
\end{itemize}
74417441

74427442
\pnum
7443-
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
7443+
The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
74447444
if and only if \exposid{ref-is-glvalue} is \tcode{true}, and
74457445
\exposid{Base} and \exposid{InnerBase} each model \libconcept{forward_range}.
74467446
In that case,

0 commit comments

Comments
 (0)