Skip to content

Commit e0576ed

Browse files
AlisdairMtkoeppe
authored andcommitted
[compliance] Sort the freestanding headers after clause reorganization
1 parent a69507a commit e0576ed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: source/lib-intro.tex

+5-5
Original file line numberDiff line numberDiff line change
@@ -1530,6 +1530,7 @@
15301530
\ref{concepts} & Concepts library & \tcode{<concepts>} \\ \rowsep
15311531
\ref{errno} & Error numbers & \tcode{<cerrno>} \\ \rowsep
15321532
\ref{syserr} & System error support & \tcode{<system_error>} \\ \rowsep
1533+
\ref{debugging} & Debugging & \tcode{<debugging>} \\ \rowsep
15331534
\ref{memory} & Memory & \tcode{<memory>} \\ \rowsep
15341535
\ref{type.traits} & Type traits & \tcode{<type_traits>} \\ \rowsep
15351536
\ref{ratio} & Compile-time rational arithmetic & \tcode{<ratio>} \\ \rowsep
@@ -1539,19 +1540,18 @@
15391540
\ref{variant} & Variants & \tcode{<variant>} \\ \rowsep
15401541
\ref{expected} & Expected objects & \tcode{<expected>} \\ \rowsep
15411542
\ref{function.objects} & Function objects & \tcode{<functional>} \\ \rowsep
1542-
\ref{charconv} & Primitive numeric conversions & \tcode{<charconv>} \\ \rowsep
15431543
\ref{bit} & Bit manipulation & \tcode{<bit>} \\ \rowsep
1544-
\ref{debugging} & Debugging & \tcode{<debugging>} \\ \rowsep
1545-
\ref{string.view} & String view classes & \tcode{<string_view>} \\ \rowsep
1546-
\ref{string.classes} & String classes & \tcode{<string>} \\ \rowsep
1547-
\ref{c.strings} & Null-terminated sequence utilities & \tcode{<cstring>}, \tcode{<cwchar>} \\ \rowsep
15481544
\ref{array} & Class template \tcode{array} & \tcode{<array>} \\ \rowsep
15491545
\ref{inplace.vector} & Class template \tcode{inplace_vector} & \tcode{<inplace_vector>} \\ \rowsep
15501546
\ref{views.contiguous} & Contiguous access & \tcode{<span>} \\ \rowsep
15511547
\ref{views.multidim} & Multidimensional access & \tcode{<mdspan>} \\ \rowsep
15521548
\ref{iterators} & Iterators library & \tcode{<iterator>} \\ \rowsep
15531549
\ref{ranges} & Ranges library & \tcode{<ranges>} \\ \rowsep
15541550
\ref{algorithms} & Algorithms library & \tcode{<algorithm>}, \tcode{<numeric>} \\ \rowsep
1551+
\ref{string.view} & String view classes & \tcode{<string_view>} \\ \rowsep
1552+
\ref{string.classes} & String classes & \tcode{<string>} \\ \rowsep
1553+
\ref{c.strings} & Null-terminated sequence utilities & \tcode{<cstring>}, \tcode{<cwchar>} \\ \rowsep
1554+
\ref{charconv} & Primitive numeric conversions & \tcode{<charconv>} \\ \rowsep
15551555
\ref{c.math} & Mathematical functions for floating-point types & \tcode{<cmath>} \\ \rowsep
15561556
\ref{atomics} & Atomics & \tcode{<atomic>} \\ \rowsep
15571557
\end{libsumtab}

0 commit comments

Comments
 (0)