From Jason Turner

[ostream]

Diff to HTML by rtfpessoa

tmp/tmpss3df5lb/{from.md → to.md} RENAMED
@@ -57,12 +57,12 @@ namespace std {
57
  protected:
58
  basic_ostream(const basic_ostream& rhs) = delete;
59
  basic_ostream(basic_ostream&& rhs);
60
 
61
  // [ostream.assign] Assign/swap
62
- basic_ostream& operator=(basic_ostream& rhs) = delete;
63
- basic_ostream& operator=(const basic_ostream&& rhs);
64
  void swap(basic_ostream& rhs);
65
  };
66
 
67
  // [ostream.inserters.character] character inserters
68
  template<class charT, class traits>
 
57
  protected:
58
  basic_ostream(const basic_ostream& rhs) = delete;
59
  basic_ostream(basic_ostream&& rhs);
60
 
61
  // [ostream.assign] Assign/swap
62
+ basic_ostream& operator=(const basic_ostream& rhs) = delete;
63
+ basic_ostream& operator=(basic_ostream&& rhs);
64
  void swap(basic_ostream& rhs);
65
  };
66
 
67
  // [ostream.inserters.character] character inserters
68
  template<class charT, class traits>