From Jason Turner

[re.err]

Diff to HTML by rtfpessoa

tmp/tmpcncs03sm/{from.md → to.md} RENAMED
@@ -17,15 +17,15 @@ namespace std::regex_constants {
17
  inline constexpr error_type error_complexity = unspecified;
18
  inline constexpr error_type error_stack = unspecified;
19
  }
20
  ```
21
 
22
- The type `error_type` is an *implementation-defined* enumerated type (
23
- [[enumerated.types]]). Values of type `error_type` represent the error
24
- conditions described in Table  [[tab:re:errortype]]:
25
 
26
- **Table: `error_type` values in the C locale** <a id="tab:re:errortype">[tab:re:errortype]</a>
27
 
28
  | Value | Error condition |
29
  | -------------------- | ----------------------------------------------------------------------------------------------------------------------- |
30
  | `error_collate` | The expression contained an invalid collating element name. |
31
  | % `error_ctype` | The expression contained an invalid character class name. |
 
17
  inline constexpr error_type error_complexity = unspecified;
18
  inline constexpr error_type error_stack = unspecified;
19
  }
20
  ```
21
 
22
+ The type `error_type` is an *implementation-defined* enumerated type
23
+ [[enumerated.types]]. Values of type `error_type` represent the error
24
+ conditions described in [[re.err]]:
25
 
26
+ **Table: `error_type` values in the C locale** <a id="re.err">[re.err]</a>
27
 
28
  | Value | Error condition |
29
  | -------------------- | ----------------------------------------------------------------------------------------------------------------------- |
30
  | `error_collate` | The expression contained an invalid collating element name. |
31
  | % `error_ctype` | The expression contained an invalid character class name. |