This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
re: Question
- To: libstdc++ at sources dot redhat dot com, kreckel at ginac dot dot dot de
- Subject: re: Question
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Thu, 7 Sep 2000 16:20:22 -0700
I've fixed the missed unused->__unused__ bits, thanks for pointing the out.
Sorry for the late answer WRT -fno-exceptions. The goal of
libstdc++-v3 is standards conformance, which mandates the use of
exceptions and try/catch blocks as they are explicitly specified in
certain parts of the standard, most especially chapter 27.
Making -fno-exception work, given these constraints, is not a priority.
-benjamin