From Jason Turner

[ofstream.assign]

Diff to HTML by rtfpessoa

tmp/tmp52z3704z/{from.md → to.md} RENAMED
@@ -20,7 +20,7 @@ void swap(basic_ofstream& rhs);
20
  template <class charT, class traits>
21
  void swap(basic_ofstream<charT, traits>& x,
22
  basic_ofstream<charT, traits>& y);
23
  ```
24
 
25
- *Effects:* `x.swap(y)`.
26
 
 
20
  template <class charT, class traits>
21
  void swap(basic_ofstream<charT, traits>& x,
22
  basic_ofstream<charT, traits>& y);
23
  ```
24
 
25
+ *Effects:* As if by `x.swap(y)`.
26