tmp/tmpsae00p2u/{from.md → to.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
#### Program
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
virtual const char* name() const noexcept = 0;
|
| 5 |
```
|
| 6 |
|
|
|
|
| 1 |
+
#### Program-defined classes derived from `error_category` <a id="syserr.errcat.derived">[[syserr.errcat.derived]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
virtual const char* name() const noexcept = 0;
|
| 5 |
```
|
| 6 |
|