From Jason Turner

[futures.errors]

Diff to HTML by rtfpessoa

tmp/tmprlgk32ay/{from.md → to.md} RENAMED
@@ -5,13 +5,14 @@ const error_category& future_category() noexcept;
5
  ```
6
 
7
  *Returns:* A reference to an object of a type derived from class
8
  `error_category`.
9
 
10
- The object’s `default_error_condition` and equivalent virtual functions
11
- shall behave as specified for the class `error_category`. The object’s
12
- `name` virtual function returns a pointer to the string `"future"`.
 
13
 
14
  ``` cpp
15
  error_code make_error_code(future_errc e) noexcept;
16
  ```
17
 
 
5
  ```
6
 
7
  *Returns:* A reference to an object of a type derived from class
8
  `error_category`.
9
 
10
+ The object’s `default_error_condition` and `equivalent` virtual
11
+ functions shall behave as specified for the class `error_category`. The
12
+ object’s `name` virtual function returns a pointer to the string
13
+ `"future"`.
14
 
15
  ``` cpp
16
  error_code make_error_code(future_errc e) noexcept;
17
  ```
18