From Jason Turner

[alg.req.ind.move]

Diff to HTML by rtfpessoa

tmp/tmppnqsjey5/{from.md → to.md} RENAMED
@@ -1,9 +1,9 @@
1
  #### Concept <a id="alg.req.ind.move">[[alg.req.ind.move]]</a>
2
 
3
- The `indirectly_movable` concept specifies the relationship between a
4
- `indirectly_readable` type and a `indirectly_writable` type between
5
  which values may be moved.
6
 
7
  ``` cpp
8
  template<class In, class Out>
9
  concept indirectly_movable =
 
1
  #### Concept <a id="alg.req.ind.move">[[alg.req.ind.move]]</a>
2
 
3
+ The `indirectly_movable` concept specifies the relationship between an
4
+ `indirectly_readable` type and an `indirectly_writable` type between
5
  which values may be moved.
6
 
7
  ``` cpp
8
  template<class In, class Out>
9
  concept indirectly_movable =