From Jason Turner

[valarray.special]

Diff to HTML by rtfpessoa

tmp/tmp52zy_y9f/{from.md → to.md} RENAMED
@@ -2,7 +2,7 @@
2
 
3
  ``` cpp
4
  template <class T> void swap(valarray<T>& x, valarray<T>& y) noexcept;
5
  ```
6
 
7
- *Effects:* `x.swap(y)`.
8
 
 
2
 
3
  ``` cpp
4
  template <class T> void swap(valarray<T>& x, valarray<T>& y) noexcept;
5
  ```
6
 
7
+ *Effects:* Equivalent to `x.swap(y)`.
8