@@ -16593,10 +16593,10 @@
16593
16593
\tcode{struct is_final;} &
16594
16594
\tcode{T} is a class type marked with the \grammarterm{class-virt-specifier}
16595
16595
\tcode{final}\iref{class.pre}.
16596
- \begin{note}
16596
+ \begin{note* }
16597
16597
A union is a class type that
16598
16598
can be marked with \tcode{final}.
16599
- \end{note}
16599
+ \end{note* }
16600
16600
&
16601
16601
If \tcode{T} is a class type, \tcode{T} shall be a complete type. \\ \rowsep
16602
16602
@@ -16674,13 +16674,13 @@
16674
16674
operand\iref{expr.prop}. Access checking is performed as if in a context
16675
16675
unrelated to \tcode{T} and \tcode{U}. Only the validity of the immediate context
16676
16676
of the assignment expression is considered.
16677
- \begin{note}
16677
+ \begin{note* }
16678
16678
The compilation of the
16679
16679
expression can result in side effects such as the instantiation of class template
16680
16680
specializations and function template specializations, the generation of
16681
16681
implicitly-defined functions, and so on. Such side effects are not in the ``immediate
16682
16682
context'' and can result in the program being ill-formed.
16683
- \end{note}
16683
+ \end{note* }
16684
16684
&
16685
16685
\tcode{T} and \tcode{U} shall be complete types, \cv{}~\tcode{void},
16686
16686
or arrays of unknown bound. \\ \rowsep
@@ -17121,10 +17121,10 @@
17121
17121
not possibly cv-qualified versions of the same type,
17122
17122
\tcode{Derived} shall be a complete
17123
17123
type.
17124
- \begin{note}
17124
+ \begin{note* }
17125
17125
Base classes that are private, protected, or ambiguous
17126
17126
are, nonetheless, base classes.
17127
- \end{note}
17127
+ \end{note* }
17128
17128
\\ \rowsep
17129
17129
17130
17130
\indexlibraryglobal{is_convertible}%
@@ -17447,11 +17447,11 @@
17447
17447
If \tcode{T} names a type ``array of \tcode{U}'',
17448
17448
the member typedef \tcode{type} shall
17449
17449
be \tcode{U}, otherwise \tcode{T}.
17450
- \begin{note}
17450
+ \begin{note* }
17451
17451
For multidimensional arrays, only the first array dimension is
17452
17452
removed. For a type ``array of \tcode{const U}'', the resulting type is
17453
17453
\tcode{const U}.
17454
- \end{note}
17454
+ \end{note* }
17455
17455
\\ \rowsep
17456
17456
17457
17457
\indexlibraryglobal{remove_all_extents}%
@@ -19493,11 +19493,11 @@
19493
19493
numbers.
19494
19494
The \tcode{+} sign is inserted before the output of \tcode{to_chars} for
19495
19495
non-negative numbers other than negative zero.
19496
- \begin{note}
19496
+ \begin{note* }
19497
19497
For negative numbers and negative zero
19498
19498
the output of \tcode{to_chars} will already contain the sign
19499
19499
so no additional transformation is performed.
19500
- \end{note}
19500
+ \end{note* }
19501
19501
\\ \rowsep
19502
19502
%
19503
19503
\tcode{-} &
@@ -19768,10 +19768,10 @@
19768
19768
%
19769
19769
none &
19770
19770
The same as \tcode{d}.
19771
- \begin{note}
19771
+ \begin{note* }
19772
19772
If the formatting argument type is \tcode{charT} or \tcode{bool},
19773
19773
the default is instead \tcode{c} or \tcode{s}, respectively.
19774
- \end{note}
19774
+ \end{note* }
19775
19775
\\
19776
19776
\end{floattable}
19777
19777
0 commit comments