This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: -fno-exceptions documentation
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: 06 Dec 2005 00:06:07 +0100
- Subject: Re: -fno-exceptions documentation
- References: <90616907-82C8-4A3E-A147-80A6ECE52C04@apple.com>
Howard Hinnant <hhinnant@apple.com> writes:
| I'm trying to round up all of our documentation on -fno-exceptions.
| I've found:
|
| http://gcc.gnu.org/onlinedocs/gcc/Code-Gen-Options.html#Code-Gen-Options
|
| but was wondering if there was anything more. I'm especially
| interested in any documentation concerning how libstdc++ reacts to
| this compiler flag.
As far as libstdc++ is conerned, you've
http://gcc.gnu.org/onlinedocs/libstdc++/abi.html
which describes the contract we've outlined for libstdc++ ABI.
-- Gaby