OSDN Git Service

* include/c/bits/std_cwctype.h: #undef possible function-like
authorgdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 31 Oct 2000 14:40:27 +0000 (14:40 +0000)
committergdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 31 Oct 2000 14:40:27 +0000 (14:40 +0000)
commit6ec107c35b46093a127199e941ded2643246d138
tree0c23fd146887f91e46bfeab8a5bb5976aaa0f51c
parent83813bcd8b2190ae8595c59d9604d1e1584446cc
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37157 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/std_complex.h
libstdc++-v3/include/c/bits/std_cwctype.h
libstdc++-v3/src/complex.cc