Skip to content

Commit 1160681

Browse files
authored
[tab:text.summary] Sort "Text encodings identification" (28.4) before "Formatting" (28.5) (cplusplus#9021)
1 parent 960fa62 commit 1160681

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/text.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
\begin{libsumtab}{Text library summary}{text.summary}
1111
\ref{charconv} & Primitive numeric conversions & \tcode{<charconv>} \\ \rowsep
1212
\ref{localization} & Localization library & \tcode{<locale>}, \tcode{<clocale>} \\ \rowsep
13-
\ref{format} & Formatting & \tcode{<format>} \\ \rowsep
1413
\ref{text.encoding} & Text encodings identification & \tcode{<text_encoding>} \\ \rowsep
14+
\ref{format} & Formatting & \tcode{<format>} \\ \rowsep
1515
\ref{re} & Regular expressions library & \tcode{<regex>} \\ \rowsep
1616
\ref{text.c.strings} & Null-terminated sequence utilities &
1717
\tcode{<cctype>}, \tcode{<cstdlib>}, \tcode{<cuchar>}, \tcode{<cwchar>}, \tcode{<cwctype>} \\

0 commit comments

Comments
 (0)