tmp/tmpy2q1hfqw/{from.md → to.md}
RENAMED
|
@@ -7,9 +7,9 @@ void swap(array& y) noexcept(noexcept(swap(declval<T&>(), declval<T&>())));
|
|
| 7 |
*Effects:* `swap_ranges(begin(), end(), y.begin())`
|
| 8 |
|
| 9 |
*Throws:* Nothing unless one of the element-wise swap calls throws an
|
| 10 |
exception.
|
| 11 |
|
| 12 |
-
*Note:* Unlike the `swap` function for other containers, array::swap
|
| 13 |
takes linear time, may exit via an exception, and does not cause
|
| 14 |
iterators to become associated with the other container.
|
| 15 |
|
|
|
|
| 7 |
*Effects:* `swap_ranges(begin(), end(), y.begin())`
|
| 8 |
|
| 9 |
*Throws:* Nothing unless one of the element-wise swap calls throws an
|
| 10 |
exception.
|
| 11 |
|
| 12 |
+
*Note:* Unlike the `swap` function for other containers, `array::swap`
|
| 13 |
takes linear time, may exit via an exception, and does not cause
|
| 14 |
iterators to become associated with the other container.
|
| 15 |
|