tmp/tmpixj_uld_/{from.md → to.md}
RENAMED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
``` cpp
|
| 4 |
template<> struct hash<error_code>;
|
| 5 |
template<> struct hash<error_condition>;
|
| 6 |
```
|
| 7 |
|
| 8 |
-
The specializations are enabled
|
| 9 |
|
|
|
|
| 3 |
``` cpp
|
| 4 |
template<> struct hash<error_code>;
|
| 5 |
template<> struct hash<error_condition>;
|
| 6 |
```
|
| 7 |
|
| 8 |
+
The specializations are enabled [[unord.hash]].
|
| 9 |
|