File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2240
2240
bitwise exclusive or \\
2241
2241
\tcode {and} &
2242
2242
\tcode {\& } &
2243
- bitwise and &&&\\ \hline
2243
+ bitwise and &&&\\
2244
2244
\end {floattable }
2245
2245
2246
2246
\indexlibraryglobal {atomic_fetch_add}%
2585
2585
addition &
2586
2586
\tcode {sub} &
2587
2587
\tcode {-} &
2588
- subtraction \\ \hline
2588
+ subtraction \\
2589
2589
\end {floattable }
2590
2590
2591
2591
\indexlibraryglobal {atomic_fetch_add}%
Original file line number Diff line number Diff line change 27
27
\tcode {<unordered_map>}, \tcode {<unordered_set>} \\ \rowsep
28
28
\ref {container.adaptors } & Container adaptors &
29
29
\tcode {<queue>}, \tcode {<stack>} \\ \rowsep
30
- \ref {views } & Views & \tcode {<span>} \\ \rowsep
30
+ \ref {views } & Views & \tcode {<span>} \\
31
31
\end {libsumtab }
32
32
33
33
415
415
\tcode {a.crend()} &
416
416
\tcode {const_reverse_iterator} &
417
417
\tcode {const_cast<X const\& >(a).rend()} &
418
- constant \\ \rowsep
418
+ constant \\
419
419
\end {libreqtab4a }
420
420
421
421
\pnum
Original file line number Diff line number Diff line change 18
18
\ref {std.exceptions } & Exception classes & \tcode {<stdexcept>} \\ \rowsep
19
19
\ref {assertions } & Assertions & \tcode {<cassert>} \\ \rowsep
20
20
\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>} \\
22
22
\end {libsumtab }
23
23
24
24
\rSec 1[std.exceptions]{Exception classes}
Original file line number Diff line number Diff line change 1728
1728
\tcode {p - q} &
1729
1729
\tcode {streamoff} &
1730
1730
distance &
1731
- \tcode {p == q + (p - q)} \\ \rowsep
1731
+ \tcode {p == q + (p - q)} \\
1732
1732
\end {libreqtab4c }
1733
1733
1734
1734
\pnum
13720
13720
\recommended
13721
13721
For POSIX-based systems, native and generic formats are equivalent
13722
13722
and the character sequence should always be interpreted in the same way.
13723
- \\ \rowsep
13723
+ \\
13724
13724
\end {floattable }
13725
13725
13726
13726
\rSec 3[fs.enum.file.type]{Enum class \tcode {file_type}}
13882
13882
\tcode {all | set_uid | set_gid | sticky_bit} \\ \rowsep
13883
13883
\tcode {unknown} & \tcode {0xFFFF} & &
13884
13884
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 \\
13886
13886
\end {floattable }
13887
13887
13888
13888
\rSec 3[fs.enum.perm.opts]{Enum class \tcode {perm_options}}
Original file line number Diff line number Diff line change 1203
1203
\ref {concepts } & Concepts library & \tcode {<concepts>} \\ \rowsep
1204
1204
\ref {meta } & Type traits & \tcode {<type_traits>} \\ \rowsep
1205
1205
\ref {bit } & Bit manipulation & \tcode {<bit>} \\ \rowsep
1206
- \ref {atomics } & Atomics & \tcode {<atomic>} \\ \rowsep
1206
+ \ref {atomics } & Atomics & \tcode {<atomic>} \\
1207
1207
\end {libsumtab }
1208
1208
1209
1209
\pnum
1635
1635
\tcode {!(a == np)} \\
1636
1636
\tcode {np != a} &
1637
1637
&
1638
- \\ \rowsep
1638
+ \\
1639
1639
\end {oldconcepttable }
1640
1640
1641
1641
\rSec 3[hash.requirements]{\oldconcept {Hash} requirements}
Original file line number Diff line number Diff line change 1777
1777
\defnxname {cpp_using_enum} & \tcode {201907L} \\ \rowsep
1778
1778
\defnxname {cpp_variable_templates} & \tcode {201304L} \\ \rowsep
1779
1779
\defnxname {cpp_variadic_templates} & \tcode {200704L} \\ \rowsep
1780
- \defnxname {cpp_variadic_using} & \tcode {201611L} \\ \rowsep
1780
+ \defnxname {cpp_variadic_using} & \tcode {201611L} \\
1781
1781
\end {LongTable }
1782
1782
1783
1783
\pnum
Original file line number Diff line number Diff line change 1215
1215
\tcode {"s"} & \tcode {L"s"} & \tcode {ctype_base::space} \\ \rowsep
1216
1216
\tcode {"upper"} & \tcode {L"upper"} & \tcode {ctype_base::upper} \\ \rowsep
1217
1217
\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} \\
1219
1219
\end {floattable }
1220
1220
1221
1221
\rSec 1[re.regex]{Class template \tcode {basic_regex}}
Original file line number Diff line number Diff line change 21
21
\ref {time.zone } & Time zones & \\
22
22
\ref {time.format } & Formatting & \\
23
23
\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>} \\
25
25
\end {libsumtab }
26
26
27
27
\pnum
You can’t perform that action at this time.
0 commit comments