From Jason Turner

[iostream.assign]

Diff to HTML by rtfpessoa

tmp/tmpuavfjsbz/{from.md → to.md} RENAMED
@@ -2,11 +2,11 @@
2
 
3
  ``` cpp
4
  basic_iostream& operator=(basic_iostream&& rhs);
5
  ```
6
 
7
- *Effects:* Equivalent to: `swap(rhs)`.
8
 
9
  ``` cpp
10
  void swap(basic_iostream& rhs);
11
  ```
12
 
 
2
 
3
  ``` cpp
4
  basic_iostream& operator=(basic_iostream&& rhs);
5
  ```
6
 
7
+ *Effects:* Equivalent to `swap(rhs)`.
8
 
9
  ``` cpp
10
  void swap(basic_iostream& rhs);
11
  ```
12