From Jason Turner

[tuple.swap]

Diff to HTML by rtfpessoa

tmp/tmpmpn07jg_/{from.md → to.md} RENAMED
@@ -14,11 +14,11 @@ Let i be in the range \[`0`, `sizeof...(Types)`) in order.
14
  `true`.
15
 
16
  *Preconditions:* For all i, `get<`i`>(*this)` is swappable
17
  with [[swappable.requirements]] `get<`i`>(rhs)`.
18
 
19
- *Effects:* For each i, calls `swap` for `get<`i`>(*this)` with
20
  `get<`i`>(rhs)`.
21
 
22
  *Throws:* Nothing unless one of the element-wise `swap` calls throws an
23
  exception.
24
 
 
14
  `true`.
15
 
16
  *Preconditions:* For all i, `get<`i`>(*this)` is swappable
17
  with [[swappable.requirements]] `get<`i`>(rhs)`.
18
 
19
+ *Effects:* For each i, calls `swap` for `get<`i`>(*this)` and
20
  `get<`i`>(rhs)`.
21
 
22
  *Throws:* Nothing unless one of the element-wise `swap` calls throws an
23
  exception.
24