fstream.tcc (filebuf::_M_init_filebuf): Don't set _M_buf_size based on macro, instead...
authorBenjamin Kosnik <bkoz@cygnus.com>
Mon, 8 May 2000 17:23:37 +0000 (17:23 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Mon, 8 May 2000 17:23:37 +0000 (17:23 +0000)
commitd207c3f7ffa7bdece0ba89c054c969359379342b
treed0e99546b6d3242ff5c9694fee016dca82f57482
parentc0916fa0b554070641233dfe8f91978d16c15f5c
fstream.tcc (filebuf::_M_init_filebuf): Don't set _M_buf_size based on macro, instead use _M_buf_size_opt.

2000-05-08  Benjamin Kosnik  <bkoz@cygnus.com>

* bits/fstream.tcc (filebuf::_M_init_filebuf): Don't set
_M_buf_size based on macro, instead use _M_buf_size_opt.
* bits/std_streambuf.h (basic_streambuf): Add _M_buf_size_opt.
(basic_streambuf()): Set _M_buf_size_opt.
* testsuite/27_io/filebuf.cc (filebuf): Use _M_buf_size_opt
instead of _M_buf_size.

From-SVN: r33768
libstdc++-v3/ChangeLog
libstdc++-v3/bits/fstream.tcc
libstdc++-v3/bits/std_streambuf.h
libstdc++-v3/testsuite/27_io/filebuf.cc