This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: patch: <bits/localefwd.h> with -fno-exceptions
- To: Dirk Mueller <dmuell at gmx dot net>
- Subject: Re: patch: <bits/localefwd.h> with -fno-exceptions
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Fri, 16 Feb 2001 23:38:32 -0800 (PST)
- cc: libstdc++ at gcc dot gnu dot org
> It still does not work. below a patch with trivial changes to make basic
> programs work. Those who use STL string still don't work because
> bits/basic_string.tcc contains a lot of eh related statements. I'm not sure
> what to do with them. I guess those try/catch blocks ought to be replaced
> with an if and a __throw_xxx call ?
I think you're using flawed sources. CVS sources already have mods for
this stuff. Please update and try again.
-benjamin