From Jason Turner

[re.results.nonmember]

Diff to HTML by rtfpessoa

tmp/tmphzj4r89h/{from.md → to.md} RENAMED
@@ -1,16 +1,16 @@
1
- ### Non-member functions <a id="re.results.nonmember">[[re.results.nonmember]]</a>
2
 
3
  ``` cpp
4
  template<class BidirectionalIterator, class Allocator>
5
  bool operator==(const match_results<BidirectionalIterator, Allocator>& m1,
6
  const match_results<BidirectionalIterator, Allocator>& m2);
7
  ```
8
 
9
  *Returns:* `true` if neither match result is ready, `false` if one match
10
  result is ready and the other is not. If both match results are ready,
11
- returns `true` only if:
12
 
13
  - `m1.empty() && m2.empty()`, or
14
  - `!m1.empty() && !m2.empty()`, and the following conditions are
15
  satisfied:
16
  - `m1.prefix() == m2.prefix()`,
 
1
+ #### Non-member functions <a id="re.results.nonmember">[[re.results.nonmember]]</a>
2
 
3
  ``` cpp
4
  template<class BidirectionalIterator, class Allocator>
5
  bool operator==(const match_results<BidirectionalIterator, Allocator>& m1,
6
  const match_results<BidirectionalIterator, Allocator>& m2);
7
  ```
8
 
9
  *Returns:* `true` if neither match result is ready, `false` if one match
10
  result is ready and the other is not. If both match results are ready,
11
+ returns `true` only if
12
 
13
  - `m1.empty() && m2.empty()`, or
14
  - `!m1.empty() && !m2.empty()`, and the following conditions are
15
  satisfied:
16
  - `m1.prefix() == m2.prefix()`,