From Jason Turner

[syserr.errcondition.overview]

Diff to HTML by rtfpessoa

tmp/tmpz04ik5by/{from.md → to.md} RENAMED
@@ -1,12 +1,12 @@
1
- #### Class `error_condition` 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 {
 
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 {