From Jason Turner

[reverse.iter.cons]

Diff to HTML by rtfpessoa

tmp/tmpvsz9cal2/{from.md → to.md} RENAMED
@@ -2,14 +2,11 @@
2
 
3
  ``` cpp
4
  constexpr reverse_iterator();
5
  ```
6
 
7
- *Effects:* Value-initializes `current`. Iterator operations applied to
8
- the resulting iterator have defined behavior if and only if the
9
- corresponding operations are defined on a value-initialized iterator of
10
- type `Iterator`.
11
 
12
  ``` cpp
13
  constexpr explicit reverse_iterator(Iterator x);
14
  ```
15
 
 
2
 
3
  ``` cpp
4
  constexpr reverse_iterator();
5
  ```
6
 
7
+ *Effects:* Value-initializes `current`.
 
 
 
8
 
9
  ``` cpp
10
  constexpr explicit reverse_iterator(Iterator x);
11
  ```
12