From Jason Turner

[tab:strings.lib.summary]

Diff to HTML by rtfpessoa

tmp/tmpdewew84c/{from.md → to.md} RENAMED
@@ -1,11 +1,12 @@
1
  **Table: Strings library summary** <a id="tab:strings.lib.summary">[tab:strings.lib.summary]</a>
2
 
3
  | Subclause | | Header |
4
- | ------------------ | ---------------------------------- | ----------- |
5
  | [[char.traits]] | Character traits | `<string>` |
6
  | [[string.classes]] | String classes | `<string>` |
 
7
  | | | `<cctype>` |
8
  | | | `<cwctype>` |
9
  | [[c.strings]] | Null-terminated sequence utilities | `<cstring>` |
10
  | | | `<cwchar>` |
11
  | | | `<cstdlib>` |
 
1
  **Table: Strings library summary** <a id="tab:strings.lib.summary">[tab:strings.lib.summary]</a>
2
 
3
  | Subclause | | Header |
4
+ | ------------------ | ---------------------------------- | --------------- |
5
  | [[char.traits]] | Character traits | `<string>` |
6
  | [[string.classes]] | String classes | `<string>` |
7
+ | [[string.view]] | String view classes | `<string_view>` |
8
  | | | `<cctype>` |
9
  | | | `<cwctype>` |
10
  | [[c.strings]] | Null-terminated sequence utilities | `<cstring>` |
11
  | | | `<cwchar>` |
12
  | | | `<cstdlib>` |