|
21 | 21 | as summarized in Table~\ref{tab:iostreams.lib.summary}.
|
22 | 22 |
|
23 | 23 | \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>} \\ |
37 | 37 | \end{libsumtab}
|
38 | 38 |
|
39 | 39 | \pnum
|
|
178 | 178 | class basic_iostream;
|
179 | 179 |
|
180 | 180 | template <class charT, class traits = char_traits<charT>,
|
181 |
| - class Allocator = allocator<charT>> |
| 181 | + class Allocator = allocator<charT>> |
182 | 182 | class basic_stringbuf;
|
183 | 183 | template <class charT, class traits = char_traits<charT>,
|
184 |
| - class Allocator = allocator<charT>> |
| 184 | + class Allocator = allocator<charT>> |
185 | 185 | class basic_istringstream;
|
186 | 186 | template <class charT, class traits = char_traits<charT>,
|
187 |
| - class Allocator = allocator<charT>> |
| 187 | + class Allocator = allocator<charT>> |
188 | 188 | class basic_ostringstream;
|
189 | 189 | template <class charT, class traits = char_traits<charT>,
|
190 |
| - class Allocator = allocator<charT>> |
| 190 | + class Allocator = allocator<charT>> |
191 | 191 | class basic_stringstream;
|
192 | 192 |
|
193 | 193 | template <class charT, class traits = char_traits<charT>>
|
@@ -10581,10 +10581,10 @@
|
10581 | 10581 | std::u32string generic_u32string() const;
|
10582 | 10582 |
|
10583 | 10583 | // \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; |
10588 | 10588 |
|
10589 | 10589 | // \ref{fs.path.decompose}, decomposition
|
10590 | 10590 | path root_name() const;
|
|
0 commit comments