@@ -16595,10 +16595,10 @@
1659516595 \tcode{struct is_final;}               &
1659616596 \tcode{T} is a class type marked with the \grammarterm{class-virt-specifier}
1659716597 \tcode{final}\iref{class.pre}.
16598- \begin{note }
16598+ \begin{tailnote }
1659916599A union is a class type that
1660016600 can be marked with \tcode{final}.
16601- \end{note }
16601+ \end{tailnote }
1660216602&
1660316603 If \tcode{T} is a class type, \tcode{T} shall be a complete type.                          \\ \rowsep
1660416604
@@ -16676,13 +16676,13 @@
1667616676  operand\iref{expr.prop}. Access checking is performed as if in a context
1667716677  unrelated to \tcode{T} and \tcode{U}. Only the validity of the immediate context
1667816678  of the assignment expression is considered.
16679- \begin{note }
16679+ \begin{tailnote }
1668016680The compilation of the
1668116681  expression can result in side effects such as the instantiation of class template
1668216682  specializations and function template specializations, the generation of
1668316683  implicitly-defined functions, and so on. Such side effects are not in the ``immediate
1668416684  context'' and can result in the program being ill-formed.
16685- \end{note }
16685+ \end{tailnote }
1668616686&
1668716687  \tcode{T} and \tcode{U} shall be complete types, \cv{}~\tcode{void},
1668816688  or arrays of unknown bound. \\ \rowsep
@@ -17123,10 +17123,10 @@
1712317123not possibly cv-qualified versions of the same type,
1712417124 \tcode{Derived} shall be a complete
1712517125 type.
17126-  \begin{note }
17126+  \begin{tailnote }
1712717127Base classes that are private, protected, or ambiguous
1712817128 are, nonetheless, base classes.
17129- \end{note }
17129+ \end{tailnote }
1713017130\\ \rowsep
1713117131
1713217132\indexlibraryglobal{is_convertible}%
@@ -17449,11 +17449,11 @@
1744917449 If \tcode{T} names a type ``array of \tcode{U}'',
1745017450 the member typedef \tcode{type} shall
1745117451 be \tcode{U}, otherwise \tcode{T}.
17452-  \begin{note }
17452+  \begin{tailnote }
1745317453For multidimensional arrays, only the first array dimension is
1745417454 removed. For a type ``array of \tcode{const U}'', the resulting type is
1745517455 \tcode{const U}.
17456- \end{note }
17456+ \end{tailnote }
1745717457\\  \rowsep
1745817458
1745917459\indexlibraryglobal{remove_all_extents}%
@@ -19495,11 +19495,11 @@
1949519495numbers.
1949619496The \tcode{+} sign is inserted before the output of \tcode{to_chars} for
1949719497non-negative numbers other than negative zero.
19498- \begin{note }
19498+ \begin{tailnote }
1949919499For negative numbers and negative zero
1950019500the output of \tcode{to_chars} will already contain the sign
1950119501so no additional transformation is performed.
19502- \end{note }
19502+ \end{tailnote }
1950319503\\ \rowsep
1950419504%
1950519505\tcode{-} &
@@ -19770,10 +19770,10 @@
1977019770%
1977119771none &
1977219772The same as \tcode{d}.
19773- \begin{note }
19773+ \begin{tailnote }
1977419774If the formatting argument type is \tcode{charT} or \tcode{bool},
1977519775the default is instead \tcode{c} or \tcode{s}, respectively.
19776- \end{note }
19776+ \end{tailnote }
1977719777\\
1977819778\end{floattable}
1977919779
0 commit comments