gcc/libstdc++-v3/testsuite/22_locale/locale
Petur Runolfsson 1a139c5924 re PR libstdc++/9874 (filebuf::seekpos fails if codecvt::encoding() <= 0)
2003-10-09  Petur Runolfsson  <peturr02@ru.is>

        PR libstdc++/9874
        * include/bits/fstream.tcc (basic_filebuf::seekoff):
        Move code needed for both seekoff and seekpos...
        (basic_filebuf::_M_seek): ...here. New function.
        (basic_filebuf::seekpos): Don't call seekoff, call _M_seek.
        * include/std/std_fstream.h (basic_filebuf::_M_seek): Declare it.
        * testsuite/27_io/basic_filebuf/seekpos/wchar_t/9874.cc: New test.

        * testsuite/22_locale/locale/cons/12438.cc: Increase memory limit.

From-SVN: r72268
2003-10-09 16:11:40 +00:00
..
cons re PR libstdc++/9874 (filebuf::seekpos fails if codecvt::encoding() <= 0) 2003-10-09 16:11:40 +00:00
global_locale_objects locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
operations locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00