File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8839
8839
\begin{itemize}
8840
8840
\item
8841
8841
If
8842
- \tcode{is_reference_v<\exposid{concat-reference-t}<@ \exposid{maybe-const}@ <Const, Views>...>>}
8842
+ \tcode{is_reference_v<\exposid{concat-reference-t}<\exposid{maybe-const}<Const, Views>...>>}
8843
8843
is \tcode{false},
8844
- then \tcode{it\-erator_category } denotes \tcode{input_iterator_tag}.
8844
+ then \tcode{iter\-ator_category } denotes \tcode{input_iterator_tag}.
8845
8845
8846
8846
\item
8847
8847
Otherwise,
8848
8848
let \tcode{Cs} denote the pack of types
8849
- \tcode{iterator_traits<iterator_t<@ \exposid{maybe-const}@ <Const, Views>>>::iterator_category...}.
8849
+ \tcode{iterator_traits<iterator_t<\exposid{maybe-const}<Const, Views>>>::iterator_category...}.
8850
8850
\begin{itemize}
8851
8851
\item
8852
8852
If
9471
9471
\end{codeblock}
9472
9472
where \tcode{its} is a pack of lvalues of type
9473
9473
%FIXME "respectively" doesn't make sense here.
9474
- \tcode{const iterator_t<@ \exposid{maybe-const}@ <Const, Views>>} respectively.
9474
+ \tcode{const iterator_t<\exposid{maybe-const}<Const, Views>>} respectively.
9475
9475
9476
9476
\par % This paragraph is part of the \remarks clause.
9477
9477
The expression in the \grammarterm{requires-clause} is equivalent to
You can’t perform that action at this time.
0 commit comments