From Jason Turner

[ostringstream.assign]

Diff to HTML by rtfpessoa

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