Skip to content

Commit

Permalink
[range.stride.iterator] Avoid "defining" typedef-names
Browse files Browse the repository at this point in the history
Use "declare" instead.
  • Loading branch information
frederick-vs-ja committed Apr 23, 2024
1 parent ef999e7 commit 7b63073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ranges.tex
Original file line number Diff line number Diff line change
Expand Up @@ -15592,7 +15592,7 @@
\end{itemize}

\pnum
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
if and only if \exposid{Base} models \libconcept{forward_range}.
In that case,
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
Expand Down

0 comments on commit 7b63073

Please sign in to comment.