From Jason Turner

[move.iter.op.conv]

Diff to HTML by rtfpessoa

tmp/tmpsqcvmptb/{from.md → to.md} RENAMED
@@ -1,15 +1,11 @@
1
  #### Conversion <a id="move.iter.op.conv">[[move.iter.op.conv]]</a>
2
 
3
  ``` cpp
4
- constexpr Iterator base() const &;
5
  ```
6
 
7
- *Constraints:* `Iterator` satisfies `copy_constructible`.
8
-
9
- *Preconditions:* `Iterator` models `copy_constructible`.
10
-
11
  *Returns:* `current`.
12
 
13
  ``` cpp
14
  constexpr Iterator base() &&;
15
  ```
 
1
  #### Conversion <a id="move.iter.op.conv">[[move.iter.op.conv]]</a>
2
 
3
  ``` cpp
4
+ constexpr const Iterator& base() const & noexcept;
5
  ```
6
 
 
 
 
 
7
  *Returns:* `current`.
8
 
9
  ``` cpp
10
  constexpr Iterator base() &&;
11
  ```