This is the mail archive of the
libstdc++-cvs@sourceware.cygnus.com
mailing list for the libstdc++ project.
libstdc++/testsuite 21_strings/inserters_extra ...
- To: libstdc++-cvs at sourceware dot cygnus dot com
- Subject: libstdc++/testsuite 21_strings/inserters_extra ...
- From: bkoz at sourceware dot cygnus dot com
- Date: 26 Oct 1999 00:11:10 -0000
CVSROOT: /cvs/libstdc++
Module name: libstdc++
Changes by: bkoz@sourceware.cygnus.com 99/10/25 17:11:10
Modified files:
testsuite/21_strings: inserters_extractors.cc
testsuite/27_io: ostream_inserter_char.cc
Log message:
1999-10-25 Benjamin Kosnik <bkoz@cygnus.com>
* bits/std_ostream.h (ostream.inserters.char): Correctly pad output.
_S_pad_char: New function. Not done: ios_base::internal.
* bits/ostream.tcc: Clean for above.
* bits/locale_facets.tcc (_S_fill): Remove ostreambufiterator
specialization that was commented out, as ostreams now have to
correctly deal with padding.
* testsuite/27_io/ostream_inserter_char.cc (main): Add tests.
* testsuite/21_strings/ctor_copy_dtor.cc(test02): Add test case
from mailing list. This is a bug, and should be fixed.
* testsuite/21_strings/inserters_extractors.cc (main): Tweak, fix typo.