2003-04-27 Benjamin Kosnik <bkoz@redhat.com> * include/std/std_fstream.h (basic_filebuf): _M_pback_destroy to _M_destroy_pback. _M_pback_create to _M_create_pback. _M_underflow_common to _M_underflow. _M_really_overflow to _M_overflow. * include/bits/fstream.tcc: Same. * src/fstream.cc: Same. * include/std/std_streambuf.h (basic_streambuf): _M_in_cur_move to _M_move_in_cur. _M_out_cur_move to _M_move_out_cur. * include/bits/streambuf.tcc: Same. * include/bits/fstream.tcc: Same. * include/bits/sstream.tcc: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66149 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- libstdc++-v3/ChangeLog 14 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/include/bits/fstream.tcc 10 additions, 11 deletionslibstdc++-v3/include/bits/fstream.tcc
- libstdc++-v3/include/bits/sstream.tcc 2 additions, 2 deletionslibstdc++-v3/include/bits/sstream.tcc
- libstdc++-v3/include/bits/streambuf.tcc 7 additions, 7 deletionslibstdc++-v3/include/bits/streambuf.tcc
- libstdc++-v3/include/std/std_fstream.h 10 additions, 11 deletionslibstdc++-v3/include/std/std_fstream.h
- libstdc++-v3/include/std/std_streambuf.h 2 additions, 2 deletionslibstdc++-v3/include/std/std_streambuf.h
- libstdc++-v3/src/fstream.cc 14 additions, 14 deletionslibstdc++-v3/src/fstream.cc
Loading
Please register or sign in to comment