Skip to content

Commit 937a429

Browse files
committed
[std] Avoid empty line after note in table.
1 parent 2e08786 commit 937a429

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

source/iostreams.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13743,6 +13743,7 @@
1374313743
not being found is not considered an error while determining the
1374413744
type of a file.
1374513745
\end{note}
13746+
\vskip-\baselineskip\kern0pt
1374613747
\\ \rowsep
1374713748
\tcode{regular} & Regular file \\ \rowsep
1374813749
\tcode{directory} & Directory file \\ \rowsep

source/lib-intro.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1842,6 +1842,7 @@
18421842
\begin{note}
18431843
If \tcode{n == 0}, the return value is unspecified.
18441844
\end{note}
1845+
\vskip-\baselineskip\kern0pt
18451846
& \\ \rowsep
18461847

18471848
\tcode{a.allocate(n, y)} &

source/time.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11256,6 +11256,7 @@
1125611256
\tcode{"\%n "} matches one or more white space characters, and
1125711257
\tcode{"\%n\%t\%t"} matches one to three white space characters.
1125811258
\end{note}
11259+
\vskip-\baselineskip\kern0pt
1125911260
\\ \rowsep
1126011261
\tcode{\%p} &
1126111262
The locale's equivalent of the AM/PM designations associated with a 12-hour clock.

source/utilities.tex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16597,6 +16597,7 @@
1659716597
A union is a class type that
1659816598
can be marked with \tcode{final}.
1659916599
\end{note}
16600+
\vskip-\baselineskip\kern0pt
1660016601
&
1660116602
If \tcode{T} is a class type, \tcode{T} shall be a complete type. \\ \rowsep
1660216603

@@ -16681,6 +16682,7 @@
1668116682
implicitly-defined functions, and so on. Such side effects are not in the ``immediate
1668216683
context'' and can result in the program being ill-formed.
1668316684
\end{note}
16685+
\vskip-\baselineskip\kern0pt
1668416686
&
1668516687
\tcode{T} and \tcode{U} shall be complete types, \cv{}~\tcode{void},
1668616688
or arrays of unknown bound. \\ \rowsep
@@ -17125,6 +17127,7 @@
1712517127
Base classes that are private, protected, or ambiguous
1712617128
are, nonetheless, base classes.
1712717129
\end{note}
17130+
\vskip-\baselineskip\kern0pt
1712817131
\\ \rowsep
1712917132

1713017133
\indexlibraryglobal{is_convertible}%
@@ -17452,6 +17455,7 @@
1745217455
removed. For a type ``array of \tcode{const U}'', the resulting type is
1745317456
\tcode{const U}.
1745417457
\end{note}
17458+
\vskip-\baselineskip\kern0pt
1745517459
\\ \rowsep
1745617460

1745717461
\indexlibraryglobal{remove_all_extents}%
@@ -19498,6 +19502,7 @@
1949819502
the output of \tcode{to_chars} will already contain the sign
1949919503
so no additional transformation is performed.
1950019504
\end{note}
19505+
\vskip-\baselineskip\kern0pt
1950119506
\\ \rowsep
1950219507
%
1950319508
\tcode{-} &
@@ -19772,6 +19777,7 @@
1977219777
If the formatting argument type is \tcode{charT} or \tcode{bool},
1977319778
the default is instead \tcode{c} or \tcode{s}, respectively.
1977419779
\end{note}
19780+
\vskip-\baselineskip\kern0pt
1977519781
\\
1977619782
\end{floattable}
1977719783

0 commit comments

Comments
 (0)