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: 26_numerics/c99_classification_macros_c.cc


Zack Weinberg <zack@codesourcery.com> writes:

[...]

| Why is the test failing in the first place?  I confess I don't
| understand what it is trying to test.

C99 introduced bunch of functional macros that should not exist in
C++ headers -- i.e. fpclassify and all that.

The thing is that depending on the C library something like 

  #include <cmath>

will drag in those macros.  The test should fail if they exist.

-- Gaby


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