Skip to content

Commit ef9e312

Browse files
jensmaurertkoeppe
authored andcommitted
Fix some more subscripts for T, also fix cv in a few places. (#1805)
* Use \text{\cv}} in math mode, not \mathit. * Replace Ti with $\tcode{T}_i$ for proper indexes. Partially addresses #1139.
1 parent a5c2553 commit ef9e312

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

source/conversions.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,10 @@
289289
\begin{itemize}
290290
\item $\tcode{T}_1$ and $\tcode{T}_2$ are similar.
291291

292-
\item For every $i > 0$, if \tcode{const} is in $\mathit{cv}_i^1$ then \tcode{const} is in $\mathit{cv}_i^2$, and similarly for \tcode{volatile}.
292+
\item For every $i > 0$, if \tcode{const} is in $\text{\cv}_i^1$ then \tcode{const} is in $\text{\cv}_i^2$, and similarly for \tcode{volatile}.
293293

294-
\item If the $\mathit{cv}_i^1$ and $\mathit{cv}_i^2$ are different,
295-
then \tcode{const} is in every $\mathit{cv}_k^2$ for $0 < k < i$.
294+
\item If the $\text{\cv}_i^1$ and $\text{\cv}_i^2$ are different,
295+
then \tcode{const} is in every $\text{\cv}_k^2$ for $0 < k < i$.
296296
\end{itemize}
297297

298298
\begin{note}

source/templates.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7762,15 +7762,15 @@
77627762
\tcode{A}
77637763
is a type
77647764
\begin{indented}
7765-
$\mathit{cv}_{1,0}$ ``pointer to $\ldots$'' $\mathit{cv}_{1,n-1}$ ``pointer to''
7766-
$\mathit{cv}_{1,n}$ \tcode{T1}
7765+
$\text{\cv}_{1,0}$ ``pointer to $\ldots$'' $\text{\cv}_{1,n-1}$ ``pointer to''
7766+
$\text{\cv}_{1,n}$ \tcode{T1}
77677767
\end{indented}
77687768
and
77697769
\tcode{P}
77707770
is a type
77717771
\begin{indented}
7772-
$\mathit{cv}_{2,0}$ ``pointer to $\ldots$'' $\mathit{cv}_{2,n-1}$ ``pointer to''
7773-
$\mathit{cv}_{2,n}$ \tcode{T2},
7772+
$\text{\cv}_{2,0}$ ``pointer to $\ldots$'' $\text{\cv}_{2,n-1}$ ``pointer to''
7773+
$\text{\cv}_{2,n}$ \tcode{T2},
77747774
\end{indented}
77757775
then the cv-unqualified
77767776
\tcode{T1}

source/threads.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@
518518

519519
\begin{itemdescr}
520520
\pnum
521-
\requires\ \tcode{F} and each \tcode{Ti} in \tcode{Args} shall satisfy the
521+
\requires\ \tcode{F} and each $\tcode{T}_i$ in \tcode{Args} shall satisfy the
522522
\tcode{MoveConstructible} requirements.
523523
\tcode{%
524524
\placeholdernc{INVOKE}(\brk{}%
@@ -4785,7 +4785,7 @@
47854785

47864786
\begin{itemdescr}
47874787
\pnum
4788-
\requires \tcode{F} and each \tcode{Ti} in \tcode{Args} shall
4788+
\requires \tcode{F} and each $\tcode{T}_i$ in \tcode{Args} shall
47894789
satisfy the
47904790
\tcode{MoveConstructible} requirements, and
47914791
\begin{codeblock}

0 commit comments

Comments
 (0)