Skip to content

Commit c87b07d

Browse files
committed
[meta] Use \bot instead of \perp, like in [class]
1 parent 3ce793a commit c87b07d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

source/meta.tex

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3774,7 +3774,7 @@
37743774
\item
37753775
Otherwise, \tcode{r} represents a data member description
37763776
$(T, N, A, W, \mathit{NUA})$\iref{class.mem.general};
3777-
\tcode{true} if $N$ is not $\perp$.
3777+
\tcode{true} if $N$ is not $\bot$.
37783778
Otherwise, \tcode{false}.
37793779
\end{itemize}
37803780
\end{itemdescr}
@@ -4213,7 +4213,7 @@
42134213
\tcode{true} if \tcode{r} represents a bit-field,
42144214
or if \tcode{r} represents a data member description
42154215
$(T, N, A, W, \mathit{NUA})$\iref{class.mem.general}
4216-
for which $W$ is not $\perp$.
4216+
for which $W$ is not $\bot$.
42174217
Otherwise, \tcode{false}.
42184218
\end{itemdescr}
42194219

@@ -5740,7 +5740,7 @@
57405740
non-static data member that is not a bit-field,
57415741
direct base class relationship, or
57425742
data member description $(T, N, A, W, \mathit{NUA})$\iref{class.mem.general}
5743-
where $W$ is not $\perp$.
5743+
where $W$ is not $\bot$.
57445744
If \tcode{dealias(r)} represents a type,
57455745
then \tcode{is_complete_type(r)} is \tcode{true}.
57465746
\end{itemdescr}
@@ -5772,7 +5772,7 @@
57725772
\item
57735773
Otherwise, \tcode{r} represents a data member description
57745774
$(\mathit{TR}, N, A, W, \mathit{NUA})$\iref{class.mem.general}.
5775-
If $A$ is not $\perp$,
5775+
If $A$ is not $\bot$,
57765776
then the value of $A$.
57775777
Otherwise, \tcode{alignment_of(\reflexpr{$T$})}.
57785778
\end{itemize}
@@ -5809,7 +5809,7 @@
58095809
\item
58105810
Otherwise, if \tcode{r} represents a data member description
58115811
$(T, N, A, W, \mathit{NUA})$\iref{class.mem.general}
5812-
and $W$ is not $\perp$,
5812+
and $W$ is not $\bot$,
58135813
then $W$.
58145814
\item
58155815
Otherwise, \tcode{CHAR_BIT * size_of(r)}.
@@ -6375,13 +6375,13 @@
63756375
$T$ is the type represented by \tcode{dealias(type)},
63766376
\item
63776377
$N$ is either the identifier encoded by \tcode{options.name}
6378-
or $\perp$ if \tcode{options.name} does not contain a value,
6378+
or $\bot$ if \tcode{options.name} does not contain a value,
63796379
\item
63806380
$A$ is either the alignment value held by \tcode{options.alignment}
6381-
or $\perp$ if \tcode{options.alignment} does not contain a value,
6381+
or $\bot$ if \tcode{options.alignment} does not contain a value,
63826382
\item
63836383
$W$ is either the value held by \tcode{options.bit_width}
6384-
or $\perp$ if \tcode{options.bit_width} does not contain a value, and
6384+
or $\bot$ if \tcode{options.bit_width} does not contain a value, and
63856385
\item
63866386
$\mathit{NUA}$ is the value held by \tcode{options.no_unique_address}.
63876387
\end{itemize}
@@ -6489,7 +6489,7 @@
64896489
\tcode{is_complete_type($T_K$)} is \tcode{true} for every $r_K$; and
64906490
\item
64916491
for every pair $(r_K, r_L)$ where $K < L$,
6492-
if $N_K$ is not $\perp$ and $N_L$ is not $\perp$,
6492+
if $N_K$ is not $\bot$ and $N_L$ is not $\bot$,
64936493
then either:
64946494
\begin{itemize}
64956495
\item
@@ -6531,7 +6531,7 @@
65316531
with the following properties:
65326532
\begin{itemize}
65336533
\item
6534-
If $N_K$ is $\perp$,
6534+
If $N_K$ is $\bot$,
65356535
$M_K$ is an unnamed bit-field.
65366536
Otherwise, $M_K$ is a non-static data member whose name is the identifier
65376537
determined by the character sequence encoed by $N_K$ in UTF-8.
@@ -6541,11 +6541,11 @@
65416541
$M_K$ is declared with the attribute \tcode{[[no_unique_address]]}
65426542
if and only if $\mathit{NUA}_K$ is \tcode{true}.
65436543
\item
6544-
If $W_K$ is not $\perp$,
6544+
If $W_K$ is not $\bot$,
65456545
$M_K$ is a bit-field whose width is that value.
65466546
Otherwise, $M_K$ is not a bit-field.
65476547
\item
6548-
If $A_K$ is not $\perp$,
6548+
If $A_K$ is not $\bot$,
65496549
$M_K$ has the \grammarterm{alignment-specifier} \tcode{alignas($A_K$)}.
65506550
Otherwise, $M_K$ has no \grammarterm{alignment-specifier}.
65516551
\end{itemize}

0 commit comments

Comments
 (0)