From Jason Turner

[re.results.const]

Diff to HTML by rtfpessoa

tmp/tmpj5lq45ni/{from.md → to.md} RENAMED
@@ -21,11 +21,11 @@ match_results(const match_results& m);
21
 
22
  ``` cpp
23
  match_results(match_results&& m) noexcept;
24
  ```
25
 
26
- *Effects:*  Move-constructs an object of class `match_results` from `m`
27
  satisfying the same postconditions as Table  [[tab:re:results:assign]].
28
  Additionally, the stored `Allocator` value is move constructed from
29
  `m.get_allocator()`.
30
 
31
  *Throws:* Nothing.
 
21
 
22
  ``` cpp
23
  match_results(match_results&& m) noexcept;
24
  ```
25
 
26
+ *Effects:*  Move constructs an object of class `match_results` from `m`
27
  satisfying the same postconditions as Table  [[tab:re:results:assign]].
28
  Additionally, the stored `Allocator` value is move constructed from
29
  `m.get_allocator()`.
30
 
31
  *Throws:* Nothing.