From Jason Turner

[ostringstream.swap]

Diff to HTML by rtfpessoa

tmp/tmp3mxwyld0/{from.md → to.md} RENAMED
@@ -15,7 +15,7 @@ sb.swap(rhs.sb);
15
  template<class charT, class traits, class Allocator>
16
  void swap(basic_ostringstream<charT, traits, Allocator>& x,
17
  basic_ostringstream<charT, traits, Allocator>& y);
18
  ```
19
 
20
- *Effects:* Equivalent to: `x.swap(y)`.
21
 
 
15
  template<class charT, class traits, class Allocator>
16
  void swap(basic_ostringstream<charT, traits, Allocator>& x,
17
  basic_ostringstream<charT, traits, Allocator>& y);
18
  ```
19
 
20
+ *Effects:* Equivalent to `x.swap(y)`.
21