brucem created this revision. brucem added a reviewer: mclow.lists. Repository: rCXX libc++
https://reviews.llvm.org/D43167 Files: include/ios Index: include/ios =================================================================== --- include/ios +++ include/ios @@ -670,7 +670,7 @@ void set_rdbuf(basic_streambuf<char_type, traits_type>* __sb); private: basic_ostream<char_type, traits_type>* __tie_; - mutable int_type __fill_; + mutable int_type __fill_; }; template <class _CharT, class _Traits>
Index: include/ios =================================================================== --- include/ios +++ include/ios @@ -670,7 +670,7 @@ void set_rdbuf(basic_streambuf<char_type, traits_type>* __sb); private: basic_ostream<char_type, traits_type>* __tie_; - mutable int_type __fill_; + mutable int_type __fill_; }; template <class _CharT, class _Traits>
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits