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 |
-
|
| 11 |
-
|
| 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 |
|