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: Problems with __cxa_demangle and the verbose terminate handler


On Mon, Feb 23, 2004 at 06:27:36PM +0100, Gabriel Dos Reis wrote:
> Benjamin Kosnik <bkoz@redhat.com> writes:
> 
> | I have always been in favor of using fputs here, instead of write. The
> | problem is that some people feel that fputs brings in too much of "C"
> | library.
> | 
> | As I see it, the solutions are to:
> | 
> | 1) use fputs
> | 2) use fileno(stderr) to acertain the file descriptor of stderr, instead of 2
> | 
> | I suggest 1, and have a patch to do so ready.
> 
> Seconded.

Thirded.

-- 
"I'm going to take another day to paint the condo.  Maybe I won't get shot
in the head this time."
    - personal friend Greg, during a telephone conversation


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