std_streambuf.h (_M_buf_size): is currently used only for basic_filebuf, therefore...
authorPaolo Carlini <pcarlini@unitus.it>
Mon, 28 Apr 2003 23:02:46 +0000 (01:02 +0200)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 28 Apr 2003 23:02:46 +0000 (23:02 +0000)
commit6ef4b79c95c5494878bbea87a9cda9e45a75e163
tree120c0218b0a24188c850f323a7820c110f919815
parent44b84cc9182bffe8b7d751fe4ca1d90ebcce512d
std_streambuf.h (_M_buf_size): is currently used only for basic_filebuf, therefore move it there.

2003-04-28  Paolo Carlini  <pcarlini@unitus.it>

* include/std/std_streambuf.h (_M_buf_size): is currently
used only for basic_filebuf, therefore move it there.
(basic_streambuf(), ~basic_streambuf()): Adjust.
* include/std/std_fstream.h (_M_buf_size): Moved here.
* include/bits/fstream.tcc (basic_filebuf()): Adjust.

From-SVN: r66191
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/fstream.tcc
libstdc++-v3/include/std/std_fstream.h
libstdc++-v3/include/std/std_streambuf.h