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


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.

-- Gaby


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