This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] libstdc++/9322


>2003-01-22  Petur Runolfsson  <peturr02@ru.is>
>
>	PR libstdc++/9322
>	* include/std/std_streambuf.h
>	(basic_streambuf::basic_streambuf,
>	basic_streambuf::~basic_streambuf,
>	basic_streambuf::getloc, basic_streambuf::imbue):
>	Remove _M_buf_locale_init
>	* include/bits/fstream.tcc (basic_filebuf::imbue):  Likewise
>	* testsuite/27_io/filebuf_virtuals.cc (test08):  Add.
>	* testsuite/27_io/streambuf_members.cc (test08):  Add.
>	* testsuite/27_io/stringbuf_virtuals.cc (test08):  Add.

Excellent. I've applied this patch, and one like it that doesn't remove
_M_buf_locale_init (just ignores it) to gcc-3_3-branch and
gcc-3_2-branch.

Thanks!

-benjamin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]