acinclude.m4 ([GLIBCXX_ENABLE_C99]): Add ac_c99_complex to the final test for enable_...
authorPaolo Carlini <pcarlini@suse.de>
Wed, 26 Jan 2005 10:34:53 +0000 (10:34 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Wed, 26 Jan 2005 10:34:53 +0000 (10:34 +0000)
commit02a65d230fc24a23a5c74483bc6de7dcd24b4e80
tree8649195ff92300ce4f1438e8b0637e1bc93132c4
parent97bd954f1c5c2e26f5a429bab411e510b3f2ad39
acinclude.m4 ([GLIBCXX_ENABLE_C99]): Add ac_c99_complex to the final test for enable_c99, thus robustifying it...

2005-01-26  Paolo Carlini  <pcarlini@suse.de>

* acinclude.m4 ([GLIBCXX_ENABLE_C99]): Add ac_c99_complex
to the final test for enable_c99, thus robustifying it; remove
duplicate final test on ac_99_math.
* configure: Regenerate.

* include/std/std_complex.h: Remove usages of the dead
_GLIBCXX_BUGGY_COMPLEX macro.

* testsuite/26_numerics/cmath/19322.cc: Protect with
_GLIBCXX_USE_C99_MATH instead of the stronger _GLIBCXX_USE_C99,
since only C99 math facilities are involved.
* testsuite/26_numerics/cmath/c99_classification_macros_c++.cc:
Likewise.

From-SVN: r94257
libstdc++-v3/ChangeLog
libstdc++-v3/acinclude.m4
libstdc++-v3/configure
libstdc++-v3/include/std/std_complex.h
libstdc++-v3/testsuite/26_numerics/cmath/19322.cc
libstdc++-v3/testsuite/26_numerics/cmath/c99_classification_macros_c++.cc