std_cwctype.h: #undef possible function-like macro definitions of iswxxx functions...
authorGabriel Dos Reis <gdr@codesourcery.com>
Tue, 31 Oct 2000 14:40:27 +0000 (14:40 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Tue, 31 Oct 2000 14:40:27 +0000 (14:40 +0000)
commit89b781699385e3f537dde0360472805f42cef916
tree0c23fd146887f91e46bfeab8a5bb5976aaa0f51c
parent8bb1662097a899b0df91250e78091ce74d5d27e0
std_cwctype.h: #undef possible function-like macro definitions of iswxxx functions...

* include/c/bits/std_cwctype.h: #undef possible function-like
macro definitions of iswxxx functions, which might be brought in
by <wctype.h>.  Those macro definitions prevent build on some
linux-based systems.

* include/bits/std_complex.h (complex<>): Comment out friend
declarations of abs<> specializations.
(abs): Define primary template.

* src/complex.cc (abs): Comment out specialization definition.

From-SVN: r37157
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/std_complex.h
libstdc++-v3/include/c/bits/std_cwctype.h
libstdc++-v3/src/complex.cc