Skip to content

Commit b1f54b1

Browse files
[range.join.with.iterator] Avoid "defining" typedef-names
Use "declare" instead.
1 parent 5e08a1c commit b1f54b1

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
@@ -7239,7 +7239,7 @@
72397239
\end{itemize}
72407240

72417241
\pnum
7242-
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
7242+
The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
72437243
if and only if \exposid{ref-is-glvalue} is \tcode{true}, and
72447244
\exposid{Base} and \exposid{InnerBase} each model \libconcept{forward_range}.
72457245
In that case,

0 commit comments

Comments
 (0)