aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPaolo Carlini <pcarlini@unitus.it>2003-03-31 20:24:13 +0200
committerPaolo Carlini <paolo@gcc.gnu.org>2003-03-31 18:24:13 +0000
commiteb98bd16ce5ada9df54e4340b8cbf86b45d385f2 (patch)
tree73484defd3a0008256a22e753fae73b6b37914c4 /gcc
parentc8ae788f59f209e7015fdf6c5933fcb8ef558700 (diff)
downloadgcc-eb98bd16ce5ada9df54e4340b8cbf86b45d385f2.zip
gcc-eb98bd16ce5ada9df54e4340b8cbf86b45d385f2.tar.gz
gcc-eb98bd16ce5ada9df54e4340b8cbf86b45d385f2.tar.bz2
std_streambuf.h (_M_out_buf_size()): Remove.
2003-03-31 Paolo Carlini <pcarlini@unitus.it> * include/std/std_streambuf.h (_M_out_buf_size()): Remove. * include/bits/fstream.tcc (_M_allocate_internal_buffer): Don't set _M_out_end. (basic_filebuf::overflow): Replace _M_out_buf_size() with this->_M_out_cur && this->_M_out_cur < this->_M_out_end. * include/bits/sstream.tcc (basic_stringbuf::overflow): Replace _M_out_buf_size() with this->_M_out_cur < this->_M_out_end; * include/bits/streambuf.tcc (basic_streambuf::sputc): Replace _M_out_buf_size() with _M_out_cur && _M_out_cur < _M_out_end. (basic_streambuf::xsputn): Replace _M_out_buf_size() with _M_out_end - _M_out_cur. (__copy_streambufs): Likewise. * include/std/std_fstream.h (_M_set_determinate): Set _M_out_end here. From-SVN: r65093
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions