From Jason Turner

[alg.req.ind.copy]

Diff to HTML by rtfpessoa

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