Skip to content

Commit 1c40f7d

Browse files
Eelistkoeppe
authored andcommitted
[std] Remove superfluous final \rowsep or \hline in tables. (#4157)
1 parent f930ce8 commit 1c40f7d

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

source/atomics.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2240,7 +2240,7 @@
22402240
bitwise exclusive or \\
22412241
\tcode{and} &
22422242
\tcode{\&} &
2243-
bitwise and &&&\\\hline
2243+
bitwise and &&&\\
22442244
\end{floattable}
22452245

22462246
\indexlibraryglobal{atomic_fetch_add}%
@@ -2585,7 +2585,7 @@
25852585
addition &
25862586
\tcode{sub} &
25872587
\tcode{-} &
2588-
subtraction \\ \hline
2588+
subtraction \\
25892589
\end{floattable}
25902590

25912591
\indexlibraryglobal{atomic_fetch_add}%

source/containers.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
\tcode{<unordered_map>}, \tcode{<unordered_set>} \\ \rowsep
2828
\ref{container.adaptors} & Container adaptors &
2929
\tcode{<queue>}, \tcode{<stack>} \\ \rowsep
30-
\ref{views} & Views & \tcode{<span>} \\ \rowsep
30+
\ref{views} & Views & \tcode{<span>} \\
3131
\end{libsumtab}
3232

3333

@@ -415,7 +415,7 @@
415415
\tcode{a.crend()} &
416416
\tcode{const_reverse_iterator} &
417417
\tcode{const_cast<X const\&>(a).rend()} &
418-
constant \\ \rowsep
418+
constant \\
419419
\end{libreqtab4a}
420420

421421
\pnum

source/diagnostics.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
\ref{std.exceptions} & Exception classes & \tcode{<stdexcept>} \\ \rowsep
1919
\ref{assertions} & Assertions & \tcode{<cassert>} \\ \rowsep
2020
\ref{errno} & Error numbers & \tcode{<cerrno>} \\ \rowsep
21-
\ref{syserr} & System error support & \tcode{<system_error>} \\ \rowsep
21+
\ref{syserr} & System error support & \tcode{<system_error>} \\
2222
\end{libsumtab}
2323

2424
\rSec1[std.exceptions]{Exception classes}

source/iostreams.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1728,7 +1728,7 @@
17281728
\tcode{p - q} &
17291729
\tcode{streamoff} &
17301730
distance &
1731-
\tcode{p == q + (p - q)} \\ \rowsep
1731+
\tcode{p == q + (p - q)} \\
17321732
\end{libreqtab4c}
17331733

17341734
\pnum
@@ -13720,7 +13720,7 @@
1372013720
\recommended
1372113721
For POSIX-based systems, native and generic formats are equivalent
1372213722
and the character sequence should always be interpreted in the same way.
13723-
\\\rowsep
13723+
\\
1372413724
\end{floattable}
1372513725

1372613726
\rSec3[fs.enum.file.type]{Enum class \tcode{file_type}}
@@ -13882,7 +13882,7 @@
1388213882
\tcode{all | set_uid | set_gid | sticky_bit} \\ \rowsep
1388313883
\tcode{unknown} & \tcode{0xFFFF} & &
1388413884
The permissions are not known, such as when a \tcode{file_status} object
13885-
is created without specifying the permissions \\ \rowsep
13885+
is created without specifying the permissions \\
1388613886
\end{floattable}
1388713887

1388813888
\rSec3[fs.enum.perm.opts]{Enum class \tcode{perm_options}}

source/lib-intro.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@
12031203
\ref{concepts} & Concepts library & \tcode{<concepts>} \\ \rowsep
12041204
\ref{meta} & Type traits & \tcode{<type_traits>} \\ \rowsep
12051205
\ref{bit} & Bit manipulation & \tcode{<bit>} \\ \rowsep
1206-
\ref{atomics} & Atomics & \tcode{<atomic>} \\ \rowsep
1206+
\ref{atomics} & Atomics & \tcode{<atomic>} \\
12071207
\end{libsumtab}
12081208

12091209
\pnum
@@ -1635,7 +1635,7 @@
16351635
\tcode{!(a == np)} \\
16361636
\tcode{np != a} &
16371637
&
1638-
\\ \rowsep
1638+
\\
16391639
\end{oldconcepttable}
16401640

16411641
\rSec3[hash.requirements]{\oldconcept{Hash} requirements}

source/preprocessor.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1777,7 +1777,7 @@
17771777
\defnxname{cpp_using_enum} & \tcode{201907L} \\ \rowsep
17781778
\defnxname{cpp_variable_templates} & \tcode{201304L} \\ \rowsep
17791779
\defnxname{cpp_variadic_templates} & \tcode{200704L} \\ \rowsep
1780-
\defnxname{cpp_variadic_using} & \tcode{201611L} \\ \rowsep
1780+
\defnxname{cpp_variadic_using} & \tcode{201611L} \\
17811781
\end{LongTable}
17821782

17831783
\pnum

source/regex.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@
12151215
\tcode{"s"} & \tcode{L"s"} & \tcode{ctype_base::space} \\ \rowsep
12161216
\tcode{"upper"} & \tcode{L"upper"} & \tcode{ctype_base::upper} \\ \rowsep
12171217
\tcode{"w"} & \tcode{L"w"} & \tcode{ctype_base::alnum} \\ \rowsep
1218-
\tcode{"xdigit"} & \tcode{L"xdigit"} & \tcode{ctype_base::xdigit} \\ \rowsep
1218+
\tcode{"xdigit"} & \tcode{L"xdigit"} & \tcode{ctype_base::xdigit} \\
12191219
\end{floattable}
12201220

12211221
\rSec1[re.regex]{Class template \tcode{basic_regex}}

source/time.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
\ref{time.zone} & Time zones & \\
2222
\ref{time.format} & Formatting & \\
2323
\ref{time.parse} & Parsing & \\ \rowsep
24-
\ref{ctime.syn} & C library time utilities & \tcode{<ctime>} \\ \rowsep
24+
\ref{ctime.syn} & C library time utilities & \tcode{<ctime>} \\
2525
\end{libsumtab}
2626

2727
\pnum

0 commit comments

Comments
 (0)