std_complex.h (complex<>): Remove (cos<>, cosh<>, exp<>, log<>, log<>, sin, sinh...
authorGabriel Dos Reis <gdr@codesourcery.com>
Thu, 2 Nov 2000 00:21:07 +0000 (00:21 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Thu, 2 Nov 2000 00:21:07 +0000 (00:21 +0000)
commitc987141022dacc33ac01298c7a4cdd265e985f7d
treea6bbfb11720c5b9d02c11cad36a442ffc2b36470
parenta97c960093d8b6db44ea89e537af3b6df4df9516
std_complex.h (complex<>): Remove (cos<>, cosh<>, exp<>, log<>, log<>, sin, sinh<>) friend declarations.

* include/bits/std_complex.h (complex<>): Remove (cos<>, cosh<>,
exp<>, log<>, log<>, sin, sinh<>) friend declarations.
(cos, cosh, sin, sinh): Define primary templates.

* src/complex.cc (cos<>, cosh<>, sin<>, sinh<>): Comment out
definitions.

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