From Jason Turner

[iostreams.summary]

Diff to HTML by rtfpessoa

tmp/tmp4a1g1gjz/{from.md → to.md} RENAMED
@@ -1,16 +1,17 @@
1
  **Table: Input/output library summary** <a id="iostreams.summary">[iostreams.summary]</a>
2
 
3
  | Subclause | | Header |
4
- | -------------------------- | --------------------------- | ------------------------------------- |
5
  | [[iostreams.requirements]] | Requirements | |
6
  | [[iostream.forward]] | Forward declarations | `<iosfwd>` |
7
  | [[iostream.objects]] | Standard iostream objects | `<iostream>` |
8
  | [[iostreams.base]] | Iostreams base classes | `<ios>` |
9
  | [[stream.buffers]] | Stream buffers | `<streambuf>` |
10
- | [[iostream.format]] | Formatting and manipulators | `<iomanip>`, `<istream>`, `<ostream>` |
11
  | [[string.streams]] | String streams | `<sstream>` |
 
12
  | [[file.streams]] | File streams | `<fstream>` |
13
  | [[syncstream]] | Synchronized output streams | `<syncstream>` |
14
  | [[filesystems]] | File systems | `<filesystem>` |
15
  | [[c.files]] | C library files | `<cstdio>`, `<cinttypes>` |
16
 
 
1
  **Table: Input/output library summary** <a id="iostreams.summary">[iostreams.summary]</a>
2
 
3
  | Subclause | | Header |
4
+ | -------------------------- | --------------------------- | ------------------------------------------------ |
5
  | [[iostreams.requirements]] | Requirements | |
6
  | [[iostream.forward]] | Forward declarations | `<iosfwd>` |
7
  | [[iostream.objects]] | Standard iostream objects | `<iostream>` |
8
  | [[iostreams.base]] | Iostreams base classes | `<ios>` |
9
  | [[stream.buffers]] | Stream buffers | `<streambuf>` |
10
+ | [[iostream.format]] | Formatting and manipulators | `<istream>`, `<ostream>`, `<iomanip>`, `<print>` |
11
  | [[string.streams]] | String streams | `<sstream>` |
12
+ | [[span.streams]] | Span-based streams | `<spanstream>` |
13
  | [[file.streams]] | File streams | `<fstream>` |
14
  | [[syncstream]] | Synchronized output streams | `<syncstream>` |
15
  | [[filesystems]] | File systems | `<filesystem>` |
16
  | [[c.files]] | C library files | `<cstdio>`, `<cinttypes>` |
17