From Jason Turner

[value.error.codes]

Diff to HTML by rtfpessoa

tmp/tmp5_041cp1/{from.md → to.md} RENAMED
@@ -1,10 +1,10 @@
1
  #### Value of error codes <a id="value.error.codes">[[value.error.codes]]</a>
2
 
3
  Certain functions in the C++ standard library report errors via a
4
- `std::error_code` [[syserr.errcode.overview]] object. That object’s
5
- `category()` member shall return `std::system_category()` for errors
6
  originating from the operating system, or a reference to an
7
  *implementation-defined* `error_category` object for errors originating
8
  elsewhere. The implementation shall define the possible values of
9
  `value()` for each of these error categories.
10
 
 
1
  #### Value of error codes <a id="value.error.codes">[[value.error.codes]]</a>
2
 
3
  Certain functions in the C++ standard library report errors via a
4
+ `error_code` [[syserr.errcode.overview]] object. That object’s
5
+ `category()` member shall return `system_category()` for errors
6
  originating from the operating system, or a reference to an
7
  *implementation-defined* `error_category` object for errors originating
8
  elsewhere. The implementation shall define the possible values of
9
  `value()` for each of these error categories.
10