This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
unwanted C9X bits: isnan() et al.
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Subject: unwanted C9X bits: isnan() et al.
- From: Gabriel Dos Reis <Gabriel dot Dos-Reis at cmla dot ens-cachan dot fr>
- Date: 03 Apr 2001 16:15:02 +0200
- Cc: libstdc++ at gcc dot gnu dot org
- Organization: CMLA, ENS Cachan -- CNRS UMR 8536 (France)
- References: <200104021932.f32JWjV14495@fillmore.constant.com>
- Reply-To: libstdc++ at gcc dot gnu dot org
Benjamin Kosnik <bkoz@redhat.com> writes:
| 2001-03-19
| libstdc++/2311
| libstdc++/2311: isnan(), isinf(), etc, not undefined
| wants to be able to turn of C9x math bits
| http://gcc.gnu.org/ml/gcc-bugs/2001-03/msg00524.html
Hmm. I lean toward #undefing them. There are well-formed C++
programs out there which get broken because of those bits.
Comments?
-- Gaby