From Jason Turner

[re.err]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp9xe6kj85/{from.md → to.md} +13 -13
tmp/tmp9xe6kj85/{from.md → to.md} RENAMED
@@ -2,23 +2,23 @@
2
 
3
  ``` cpp
4
  namespace std {
5
  namespace regex_constants {
6
  typedef T3 error_type;
7
- static constexpr error_type error_collate = unspecified;
8
- static constexpr error_type error_ctype = unspecified;
9
- static constexpr error_type error_escape = unspecified;
10
- static constexpr error_type error_backref = unspecified;
11
- static constexpr error_type error_brack = unspecified;
12
- static constexpr error_type error_paren = unspecified;
13
- static constexpr error_type error_brace = unspecified;
14
- static constexpr error_type error_badbrace = unspecified;
15
- static constexpr error_type error_range = unspecified;
16
- static constexpr error_type error_space = unspecified;
17
- static constexpr error_type error_badrepeat = unspecified;
18
- static constexpr error_type error_complexity = unspecified;
19
- static constexpr error_type error_stack = unspecified;
20
  }
21
  }
22
  ```
23
 
24
  The type `error_type` is an *implementation-defined* enumerated type (
 
2
 
3
  ``` cpp
4
  namespace std {
5
  namespace regex_constants {
6
  typedef T3 error_type;
7
+ constexpr error_type error_collate = unspecified;
8
+ constexpr error_type error_ctype = unspecified;
9
+ constexpr error_type error_escape = unspecified;
10
+ constexpr error_type error_backref = unspecified;
11
+ constexpr error_type error_brack = unspecified;
12
+ constexpr error_type error_paren = unspecified;
13
+ constexpr error_type error_brace = unspecified;
14
+ constexpr error_type error_badbrace = unspecified;
15
+ constexpr error_type error_range = unspecified;
16
+ constexpr error_type error_space = unspecified;
17
+ constexpr error_type error_badrepeat = unspecified;
18
+ constexpr error_type error_complexity = unspecified;
19
+ constexpr error_type error_stack = unspecified;
20
  }
21
  }
22
  ```
23
 
24
  The type `error_type` is an *implementation-defined* enumerated type (