Skip to content

Commit

Permalink
[tab:headers.cpp.fs] Move the debugging library to numberically sorte…
Browse files Browse the repository at this point in the history
…d position (#6927)
  • Loading branch information
AlisdairM committed Apr 17, 2024
1 parent 93b7f53 commit ccfb6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/lib-intro.tex
Expand Up @@ -1530,6 +1530,7 @@
\ref{function.objects} & Function objects & \tcode{<functional>} \\ \rowsep
\ref{charconv} & Primitive numeric conversions & \tcode{<charconv>} \\ \rowsep
\ref{bit} & Bit manipulation & \tcode{<bit>} \\ \rowsep
\ref{debugging} & Debugging & \tcode{<debugging>} \\ \rowsep
\ref{string.view} & String view classes & \tcode{<string_view>} \\ \rowsep
\ref{string.classes} & String classes & \tcode{<string>} \\ \rowsep
\ref{c.strings} & Null-terminated sequence utilities & \tcode{<cstring>}, \tcode{<cwchar>} \\ \rowsep
Expand All @@ -1541,7 +1542,6 @@
\ref{algorithms} & Algorithms library & \tcode{<algorithm>}, \tcode{<numeric>} \\ \rowsep
\ref{c.math} & Mathematical functions for floating-point types & \tcode{<cmath>} \\ \rowsep
\ref{atomics} & Atomics & \tcode{<atomic>} \\ \rowsep
\ref{debugging} & Debugging & \tcode{<debugging>} \\ \rowsep
\end{libsumtab}

\pnum
Expand Down

0 comments on commit ccfb6ad

Please sign in to comment.