Skip to content

Commit da777be

Browse files
committed
[input.output] Minor whitespace adjustments
1 parent 45a8ae4 commit da777be

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

source/iostreams.tex

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
as summarized in Table~\ref{tab:iostreams.lib.summary}.
2222

2323
\begin{libsumtab}{Input/output library summary}{tab:iostreams.lib.summary}
24-
\ref{iostreams.requirements} & Requirements & \\ \rowsep
25-
\ref{iostream.forward} & Forward declarations & \tcode{<iosfwd>} \\ \rowsep
26-
\ref{iostream.objects} & Standard iostream objects & \tcode{<iostream>} \\ \rowsep
27-
\ref{iostreams.base} & Iostreams base classes & \tcode{<ios>} \\ \rowsep
28-
\ref{stream.buffers} & Stream buffers & \tcode{<streambuf>} \\ \rowsep
29-
\ref{iostream.format} & Formatting and manipulators & \tcode{<istream>} \\
30-
& & \tcode{<ostream>} \\
31-
& & \tcode{<iomanip>} \\ \rowsep
32-
\ref{string.streams} & String streams & \tcode{<sstream>} \\ \rowsep
33-
\ref{file.streams} & File streams & \tcode{<fstream>} \\ \rowsep
34-
\ref{filesystems} & File systems & \tcode{<filesystem>} \\ \rowsep
35-
\ref{c.files} & C library files & \tcode{<cstdio>} \\
36-
& & \tcode{<cinttypes>} \\
24+
\ref{iostreams.requirements} & Requirements & \\ \rowsep
25+
\ref{iostream.forward} & Forward declarations & \tcode{<iosfwd>} \\ \rowsep
26+
\ref{iostream.objects} & Standard iostream objects & \tcode{<iostream>} \\ \rowsep
27+
\ref{iostreams.base} & Iostreams base classes & \tcode{<ios>} \\ \rowsep
28+
\ref{stream.buffers} & Stream buffers & \tcode{<streambuf>} \\ \rowsep
29+
\ref{iostream.format} & Formatting and manipulators & \tcode{<istream>} \\
30+
& & \tcode{<ostream>} \\
31+
& & \tcode{<iomanip>} \\ \rowsep
32+
\ref{string.streams} & String streams & \tcode{<sstream>} \\ \rowsep
33+
\ref{file.streams} & File streams & \tcode{<fstream>} \\ \rowsep
34+
\ref{filesystems} & File systems & \tcode{<filesystem>} \\ \rowsep
35+
\ref{c.files} & C library files & \tcode{<cstdio>} \\
36+
& & \tcode{<cinttypes>} \\
3737
\end{libsumtab}
3838

3939
\pnum
@@ -178,16 +178,16 @@
178178
class basic_iostream;
179179

180180
template <class charT, class traits = char_traits<charT>,
181-
class Allocator = allocator<charT>>
181+
class Allocator = allocator<charT>>
182182
class basic_stringbuf;
183183
template <class charT, class traits = char_traits<charT>,
184-
class Allocator = allocator<charT>>
184+
class Allocator = allocator<charT>>
185185
class basic_istringstream;
186186
template <class charT, class traits = char_traits<charT>,
187-
class Allocator = allocator<charT>>
187+
class Allocator = allocator<charT>>
188188
class basic_ostringstream;
189189
template <class charT, class traits = char_traits<charT>,
190-
class Allocator = allocator<charT>>
190+
class Allocator = allocator<charT>>
191191
class basic_stringstream;
192192

193193
template <class charT, class traits = char_traits<charT>>
@@ -10581,10 +10581,10 @@
1058110581
std::u32string generic_u32string() const;
1058210582

1058310583
// \ref{fs.path.compare}, compare
10584-
int compare(const path& p) const noexcept;
10585-
int compare(const string_type& s) const;
10586-
int compare(basic_string_view<value_type> s) const;
10587-
int compare(const value_type* s) const;
10584+
int compare(const path& p) const noexcept;
10585+
int compare(const string_type& s) const;
10586+
int compare(basic_string_view<value_type> s) const;
10587+
int compare(const value_type* s) const;
1058810588

1058910589
// \ref{fs.path.decompose}, decomposition
1059010590
path root_name() const;

0 commit comments

Comments
 (0)