From Jason Turner

[copyconstructible]

Diff to HTML by rtfpessoa

tmp/tmpuhwhj7or/{from.md → to.md} RENAMED
@@ -1,7 +0,0 @@
1
- **Table: `CopyConstructible` requirements (in addition to `MoveConstructible`)** <a id="copyconstructible">[copyconstructible]</a>
2
-
3
- | Expression | Post-condition |
4
- | ---------- | --------------------------------------------------------- |
5
- | `T u = v;` | the value of `v` is unchanged and is equivalent to ` u` |
6
- | `T(v)` | the value of `v` is unchanged and is equivalent to `T(v)` |
7
-