From Jason Turner

[ostringstream]

Diff to HTML by rtfpessoa

tmp/tmpjk4wuibw/{from.md → to.md} RENAMED
@@ -32,11 +32,11 @@ namespace std {
32
  basic_stringbuf<charT,traits,Allocator>* rdbuf() const;
33
 
34
  basic_string<charT,traits,Allocator> str() const;
35
  void str(const basic_string<charT,traits,Allocator>& s);
36
  private:
37
- basic_stringbuf<charT,traits,Allocator> sb; // exposition onlyr
38
  };
39
 
40
  template <class charT, class traits, class Allocator>
41
  void swap(basic_ostringstream<charT, traits, Allocator>& x,
42
  basic_ostringstream<charT, traits, Allocator>& y);
 
32
  basic_stringbuf<charT,traits,Allocator>* rdbuf() const;
33
 
34
  basic_string<charT,traits,Allocator> str() const;
35
  void str(const basic_string<charT,traits,Allocator>& s);
36
  private:
37
+ basic_stringbuf<charT,traits,Allocator> sb; // exposition only
38
  };
39
 
40
  template <class charT, class traits, class Allocator>
41
  void swap(basic_ostringstream<charT, traits, Allocator>& x,
42
  basic_ostringstream<charT, traits, Allocator>& y);