26_numerics/c99_classification_macros_c++.cc fails on cygwin
Billinghurst, David (CRTS)
David.Billinghurst@riotinto.com
Fri Jul 4 15:16:00 GMT 2003
OK. So the the correct fix is to guard the headers
with a #if !defined(__cplusplus)? This is done in
some places but not for fpclassify.
-----Original Message-----
From: Gabriel Dos Reis [mailto:gdr@integrable-solutions.net]
Sent: Saturday, 5 July 2003 1:04 AM
To: Billinghurst, David (CRTS)
Cc: libstdc++@gcc.gnu.org
Subject: Re: 26_numerics/c99_classification_macros_c++.cc fails on
cygwin
"Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com> writes:
| Test 26_numerics/c99_classification_macros_c++.cc fails on cygwin.
| I have reduced the problem, but don't understand what's happening.
that means that cygwin has defined the C99 macro fpclassify and the
library couldn't get rid of it.
The header <cmath> should not define any of those macros. If that
testcase fails, then it means a bug in libstdc++-v3 on cygwin.
-- Gaby
More information about the Libstdc++
mailing list