-
- Downloads
ostream_inserter_char.cc (test07): New.
2002-01-24 Benjamin Kosnik <bkoz@redhat.com> * testsuite/27_io/ostream_inserter_char.cc (test07): New. 2002-01-24 Benjamin Kosnik <bkoz@redhat.com> * include/bits/basic_ios.h (basic_ios::_M_check_facet): Make const, tweak. (basic_ios::fill(char_type)): Use fill(). * include/bits/basic_ios.tcc (basic_ios::widen): Use _M_check_facet. (basic_ios::narrow): Same. (basic_ios::_M_cache_facets): Explicitly set cached facets to zero if they are invalid. (basic_ios::init): Comment. * testsuite/27_io/ios_init.cc (test02): New. From-SVN: r49205
Showing
- libstdc++-v3/ChangeLog 16 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/include/bits/basic_ios.h 6 additions, 10 deletionslibstdc++-v3/include/bits/basic_ios.h
- libstdc++-v3/include/bits/basic_ios.tcc 32 additions, 7 deletionslibstdc++-v3/include/bits/basic_ios.tcc
- libstdc++-v3/testsuite/27_io/ios_init.cc 52 additions, 1 deletionlibstdc++-v3/testsuite/27_io/ios_init.cc
- libstdc++-v3/testsuite/27_io/ostream_inserter_char.cc 64 additions, 30 deletionslibstdc++-v3/testsuite/27_io/ostream_inserter_char.cc
Loading
Please register or sign in to comment