Skip to content

Commit 29c0c3d

Browse files
authored
[tab:iostreams.summary] Add missing header in summary table (#6079)
Also reorder the headers into order of appearance, which is how the "C library files" headers are ordered.
1 parent b1f3246 commit 29c0c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iostreams.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
\ref{iostreams.base} & Iostreams base classes & \tcode{<ios>} \\ \rowsep
2828
\ref{stream.buffers} & Stream buffers & \tcode{<streambuf>} \\ \rowsep
2929
\ref{iostream.format} & Formatting and manipulators &
30-
\tcode{<iomanip>}, \tcode{<istream>}, \tcode{<ostream>} \\ \rowsep
30+
\tcode{<istream>}, \tcode{<ostream>}, \tcode{<iomanip>}, \tcode{<print>} \\ \rowsep
3131
\ref{string.streams} & String streams & \tcode{<sstream>} \\ \rowsep
3232
\ref{span.streams} & Span-based streams & \tcode{<spanstream>} \\ \rowsep
3333
\ref{file.streams} & File streams & \tcode{<fstream>} \\ \rowsep

0 commit comments

Comments
 (0)