This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] Possible fix for PR 5730
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Phil Edwards <phil at jaj dot com>
- Cc: Jerry Quinn <jlquinn at optonline dot net>, libstdc++ at gcc dot gnu dot org
- Date: 21 Mar 2003 00:06:12 +0100
- Subject: Re: [v3] Possible fix for PR 5730
- Organization: Integrable Solutions
- References: <E18veFm-0003IA-00@tiamat><20030320230346.GA5042@disaster.jaj.com>
Phil Edwards <phil at jaj dot com> writes:
[...]
| +// See std_complex.h for how this is used.
| +#ifdef __FAST_MATH__
| +# define _GLIBCPP_FAST_MATH 1
| +#else
| +# define _GLIBCPP_FAST_MATH 0
| +#endif
This belongs to c++config.
Thanks,
-- Gaby