From Jason Turner

[ostream.assign]

Diff to HTML by rtfpessoa

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