tmp/tmpz04ik5by/{from.md → to.md}
RENAMED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
-
####
|
| 2 |
|
| 3 |
The class `error_condition` describes an object used to hold values
|
| 4 |
identifying error conditions.
|
| 5 |
|
| 6 |
[*Note 1*: `error_condition` values are portable abstractions, while
|
| 7 |
-
`error_code` values
|
| 8 |
specific. — *end note*]
|
| 9 |
|
| 10 |
``` cpp
|
| 11 |
namespace std {
|
| 12 |
class error_condition {
|
|
|
|
| 1 |
+
#### Overview <a id="syserr.errcondition.overview">[[syserr.errcondition.overview]]</a>
|
| 2 |
|
| 3 |
The class `error_condition` describes an object used to hold values
|
| 4 |
identifying error conditions.
|
| 5 |
|
| 6 |
[*Note 1*: `error_condition` values are portable abstractions, while
|
| 7 |
+
`error_code` values [[syserr.errcode]] are implementation
|
| 8 |
specific. — *end note*]
|
| 9 |
|
| 10 |
``` cpp
|
| 11 |
namespace std {
|
| 12 |
class error_condition {
|