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 06:16:28PM +0200, Gabriel Dos Reis wrote:
> Jason Merrill <jason@redhat.com> writes:
>
> | On Fri, 15 Aug 2003 06:24:16 +0200, libstdc++@magfr.user.lysator.liu.se wrote:
> |
> | > I am considering (given your last example) if it is the userfriendly
> | > version of std::terminate that is dragging in all of this for you as
> | > it is printing demangled names and what not.
> |
> | Indeed. It bothers me that you can't currently link a program with just
> | libsupc++, because vterm requires the demangler.
>
> I think "verbose terminate" was made optional.
Originally it was. Now it isn't. (There's a PR, I forget the number.)
--
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