re PR libstdc++/19322 (std::isnan<>() is broken on FreeBSD)
authorLorenz Minder <lminder@gmx.net>
Sun, 16 Jan 2005 09:59:06 +0000 (09:59 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sun, 16 Jan 2005 09:59:06 +0000 (09:59 +0000)
commit3a2794abdb6a38e8e17108ffbd326b3af910f0ae
tree579a78f9e889c1d2e5d18bce58d218f0365f26c4
parent6435c34baf300afa9f1b13418ebbe0d3a086c404
re PR libstdc++/19322 (std::isnan<>() is broken on FreeBSD)

2005-01-16  Lorenz Minder  <lminder@gmx.net>
    Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/19322
* include/c_std/std_cmath.h: Define the C99 classification facilities
directly inside namespace std:.
* testsuite/26_numerics/cmath/19322.cc: New.

Co-Authored-By: Paolo Carlini <pcarlini@suse.de>
From-SVN: r93723
libstdc++-v3/ChangeLog
libstdc++-v3/include/c_std/std_cmath.h
libstdc++-v3/testsuite/26_numerics/cmath/19322.cc [new file with mode: 0644]