From Jason Turner

[basic.string.hash]

Diff to HTML by rtfpessoa

tmp/tmplktz4rcj/{from.md → to.md} RENAMED
@@ -5,8 +5,8 @@ template <> struct hash<string>;
5
  template <> struct hash<u16string>;
6
  template <> struct hash<u32string>;
7
  template <> struct hash<wstring>;
8
  ```
9
 
10
- *Requires:* the template specializations shall meet the requirements of
11
- class template `hash` ([[unord.hash]]).
12
 
 
5
  template <> struct hash<u16string>;
6
  template <> struct hash<u32string>;
7
  template <> struct hash<wstring>;
8
  ```
9
 
10
+ The template specializations shall meet the requirements of class
11
+ template `hash` ([[unord.hash]]).
12