From Jason Turner

[syserr.hash]

Diff to HTML by rtfpessoa

tmp/tmpraz2m4vz/{from.md → to.md} RENAMED
@@ -1,9 +1,9 @@
1
  ### System error hash support <a id="syserr.hash">[[syserr.hash]]</a>
2
 
3
  ``` cpp
4
  template <> struct hash<error_code>;
 
5
  ```
6
 
7
- The template specialization shall meet the requirements of class
8
- template `hash` ([[unord.hash]]).
9
 
 
1
  ### System error hash support <a id="syserr.hash">[[syserr.hash]]</a>
2
 
3
  ``` cpp
4
  template <> struct hash<error_code>;
5
+ template <> struct hash<error_condition>;
6
  ```
7
 
8
+ The specializations are enabled ([[unord.hash]]).
 
9