From Jason Turner

[ifstream.assign]

Diff to HTML by rtfpessoa

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