Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions source/ranges.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4938,7 +4938,7 @@
\pnum
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
if and only if \tcode{V} models \libconcept{forward_range}.
In that case,
If defined,
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
\begin{itemize}
\item Let \tcode{C} denote the type
Expand Down Expand Up @@ -5467,7 +5467,7 @@
\pnum
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
if and only if \exposid{Base} models \libconcept{forward_range}.
In that case,
If defined,
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
Let \tcode{C} denote the type
\tcode{iterator_traits<iterator_t<\exposid{Base}>>::iterator_category}.
Expand Down Expand Up @@ -6874,7 +6874,7 @@
if and only if \exposid{ref-is-glvalue} is \tcode{true},
\exposid{Base} models \libconcept{forward_range}, and
\tcode{range_reference_t<\exposid{Base}>} models \libconcept{forward_range}.
In that case,
If defined,
\tcode{\exposid{iterator}::iter\-ator_category} is defined as follows:
\begin{itemize}
\item Let \placeholder{OUTERC} denote
Expand Down Expand Up @@ -7446,7 +7446,7 @@
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
if and only if \exposid{ref-is-glvalue} is \tcode{true}, and
\exposid{Base} and \exposid{InnerBase} each model \libconcept{forward_range}.
In that case,
If defined,
\tcode{\exposid{iterator}::iterator_category} is defined as follows:

\begin{itemize}
Expand Down Expand Up @@ -9070,7 +9070,7 @@
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
if and only if
\tcode{\exposconcept{all-forward}<Const, Views...>} is modeled.
In that case,
If defined,
\tcode{\exposid{iterator}::iterator_category} is defined as follows:

\begin{itemize}
Expand Down Expand Up @@ -10381,7 +10381,7 @@
\pnum
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
if and only if \exposid{Base} models \libconcept{forward_range}.
In that case, \tcode{iterator_category} is defined as follows:
If defined, \tcode{iterator_category} is defined as follows:
Let \tcode{C} denote the type
\tcode{iterator_traits<iterator_t<\exposid{Base}>>::iterator_category}.
\begin{itemize}
Expand Down Expand Up @@ -12197,7 +12197,7 @@
The member \grammarterm{typedef-name}
\tcode{\exposid{iterator}::iterator_category}
is defined if and only if \exposid{Base} models \libconcept{forward_range}.
In that case,
If defined,
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
\begin{itemize}
\item
Expand Down Expand Up @@ -16193,7 +16193,7 @@
\pnum
The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
if and only if \exposid{Base} models \libconcept{forward_range}.
In that case,
If defined,
\tcode{\exposid{iterator}::iterator_category} is defined as follows:
\begin{itemize}
\item
Expand Down
Loading