Skip to content

Commit 44e3c7f

Browse files
authored
[range.split.inner] Clarify paragraph 1 (#4545)
... to avoid confusion about what it means for a name that is not present to denote a type.
1 parent e66bf8f commit 44e3c7f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/ranges.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5866,7 +5866,9 @@
58665866
\end{codeblock}
58675867

58685868
\pnum
5869-
The \grammarterm{typedef-name} \tcode{iterator_category} denotes:
5869+
If \exposid{Base} does not model \libconcept{forward_range}
5870+
there is no member \tcode{iterator_category}.
5871+
Otherwise, the \grammarterm{typedef-name} \tcode{iterator_category} denotes:
58705872
\begin{itemize}
58715873
\item
58725874
\tcode{forward_iterator_tag} if

0 commit comments

Comments
 (0)