Skip to content

Commit e572580

Browse files
authored
[range.concat.iterator] Remove @ outside of codeblocks (#6934)
1 parent 79eb180 commit e572580

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/ranges.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8839,14 +8839,14 @@
88398839
\begin{itemize}
88408840
\item
88418841
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>...>>}
88438843
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}.
88458845

88468846
\item
88478847
Otherwise,
88488848
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...}.
88508850
\begin{itemize}
88518851
\item
88528852
If
@@ -9471,7 +9471,7 @@
94719471
\end{codeblock}
94729472
where \tcode{its} is a pack of lvalues of type
94739473
%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.
94759475

94769476
\par % This paragraph is part of the \remarks clause.
94779477
The expression in the \grammarterm{requires-clause} is equivalent to

0 commit comments

Comments
 (0)