This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Stipping away locale support
On Fri, Aug 15, 2003 at 03:54:45PM -0500, Loren James Rittle wrote:
>
> It seems that we should only install __verbose_terminate_handler when
> we link against libstdc++ but not when we only link against libsupc++.
Yep, PR 10246. We need to change the demangler situation (one way or
another), and we should consider doing some weak-linking magic with the
terminate handler.
--
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.
- Brian W. Kernighan