Skip to content

Commit ccfb6ad

Browse files
authored
[tab:headers.cpp.fs] Move the debugging library to numberically sorted position (#6927)
1 parent 93b7f53 commit ccfb6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lib-intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1530,6 +1530,7 @@
15301530
\ref{function.objects} & Function objects & \tcode{<functional>} \\ \rowsep
15311531
\ref{charconv} & Primitive numeric conversions & \tcode{<charconv>} \\ \rowsep
15321532
\ref{bit} & Bit manipulation & \tcode{<bit>} \\ \rowsep
1533+
\ref{debugging} & Debugging & \tcode{<debugging>} \\ \rowsep
15331534
\ref{string.view} & String view classes & \tcode{<string_view>} \\ \rowsep
15341535
\ref{string.classes} & String classes & \tcode{<string>} \\ \rowsep
15351536
\ref{c.strings} & Null-terminated sequence utilities & \tcode{<cstring>}, \tcode{<cwchar>} \\ \rowsep
@@ -1541,7 +1542,6 @@
15411542
\ref{algorithms} & Algorithms library & \tcode{<algorithm>}, \tcode{<numeric>} \\ \rowsep
15421543
\ref{c.math} & Mathematical functions for floating-point types & \tcode{<cmath>} \\ \rowsep
15431544
\ref{atomics} & Atomics & \tcode{<atomic>} \\ \rowsep
1544-
\ref{debugging} & Debugging & \tcode{<debugging>} \\ \rowsep
15451545
\end{libsumtab}
15461546

15471547
\pnum

0 commit comments

Comments
 (0)