This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3] Possible fix for PR 5730


Phil Edwards <phil at jaj dot com> writes:

| On Fri, Mar 21, 2003 at 12:06:12AM +0100, Gabriel Dos Reis wrote:
| > 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.
| 
| Uh... that's where it is...

Somehow I read it as being in std_complex.h as you suggested earlier.

Sorry.

-- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]