OSDN Git Service

* include/bits/std_complex.h (norm): Forward declare.
authorgdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 31 Oct 2000 20:49:01 +0000 (20:49 +0000)
committergdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 31 Oct 2000 20:49:01 +0000 (20:49 +0000)
commitbea087facd726f1bc5156d41bbec9bac56eb957e
tree0e7cb90e92b3c86d56a1db06106d5ddad0a56cac
parent0bcef9f8db69d7a20614f48b5984367ee2dfbd47
* include/bits/std_complex.h (norm): Forward declare.
(complex<>): Comment out friend declaration of conj<>.
(conj<>): Comment out specialization.
(exp, log, log10): Define primary templates.

* src/complex.cc (exp<>, log<>, log10<>): Comment out
specializations.

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