From Jason Turner

[re.alg.match]

Diff to HTML by rtfpessoa

tmp/tmpgg08c2mf/{from.md → to.md} RENAMED
@@ -6,12 +6,12 @@ template<class BidirectionalIterator, class Allocator, class charT, class traits
6
  match_results<BidirectionalIterator, Allocator>& m,
7
  const basic_regex<charT, traits>& e,
8
  regex_constants::match_flag_type flags = regex_constants::match_default);
9
  ```
10
 
11
- *Preconditions:* `BidirectionalIterator` meets the
12
- *Cpp17BidirectionalIterator* requirements [[bidirectional.iterators]].
13
 
14
  *Effects:* Determines whether there is a match between the regular
15
  expression `e`, and all of the character sequence \[`first`, `last`).
16
  The parameter `flags` is used to control how the expression is matched
17
  against the character sequence. When determining if there is a match,
 
6
  match_results<BidirectionalIterator, Allocator>& m,
7
  const basic_regex<charT, traits>& e,
8
  regex_constants::match_flag_type flags = regex_constants::match_default);
9
  ```
10
 
11
+ *Preconditions:* `BidirectionalIterator` models `bidirectional_iterator`
12
+ [[iterator.concept.bidir]].
13
 
14
  *Effects:* Determines whether there is a match between the regular
15
  expression `e`, and all of the character sequence \[`first`, `last`).
16
  The parameter `flags` is used to control how the expression is matched
17
  against the character sequence. When determining if there is a match,