From Jason Turner

[re.regiter.comp]

Diff to HTML by rtfpessoa

tmp/tmp1kg4w4tx/{from.md → to.md} RENAMED
@@ -1,6 +1,6 @@
1
- #### `regex_iterator` comparisons <a id="re.regiter.comp">[[re.regiter.comp]]</a>
2
 
3
  ``` cpp
4
  bool operator==(const regex_iterator& right) const;
5
  ```
6
 
@@ -13,11 +13,5 @@ iterators or if the following conditions all hold:
13
  - `flags == right.flags`, and
14
  - `match[0] == right.match[0]`;
15
 
16
  otherwise `false`.
17
 
18
- ``` cpp
19
- bool operator!=(const regex_iterator& right) const;
20
- ```
21
-
22
- *Returns:* `!(*this == right)`.
23
-
 
1
+ #### Comparisons <a id="re.regiter.comp">[[re.regiter.comp]]</a>
2
 
3
  ``` cpp
4
  bool operator==(const regex_iterator& right) const;
5
  ```
6
 
 
13
  - `flags == right.flags`, and
14
  - `match[0] == right.match[0]`;
15
 
16
  otherwise `false`.
17