From Jason Turner

[syserr.errcat.virtuals]

Diff to HTML by rtfpessoa

tmp/tmpggqr7evd/{from.md → to.md} RENAMED
@@ -1,7 +1,13 @@
1
  #### Class `error_category` virtual members <a id="syserr.errcat.virtuals">[[syserr.errcat.virtuals]]</a>
2
 
 
 
 
 
 
 
3
  ``` cpp
4
  virtual const char* name() const noexcept = 0;
5
  ```
6
 
7
  *Returns:* A string naming the error category.
 
1
  #### Class `error_category` virtual members <a id="syserr.errcat.virtuals">[[syserr.errcat.virtuals]]</a>
2
 
3
+ ``` cpp
4
+ virtual ~error_category();
5
+ ```
6
+
7
+ *Effects:* Destroys an object of class `error_category`.
8
+
9
  ``` cpp
10
  virtual const char* name() const noexcept = 0;
11
  ```
12
 
13
  *Returns:* A string naming the error category.