This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
__pad_char and PR3655
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: libstdc++ at gcc dot gnu dot org
- Cc: bkoz at redhat dot com
- Date: Tue, 27 Nov 2001 03:05:19 +0100
- Subject: __pad_char and PR3655
Hi all,
I investigated a little bit PR3655 and my first impression is that the helper function
__pad_char in ostream.tcc could be appreciably simplified, thus easing the fix of the PR
and cleaning up the library.
AFAICT this function is called only from ostream.tcc members, so I'm not sure if it is
being touched by Benjamin as part of its ongoing work.
It is?
Cheers,
Paolo.