diff options
author | Paolo Carlini <paolo.carlini@oracle.com> | 2010-09-16 12:39:13 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2010-09-16 12:39:13 +0000 |
commit | f941c3e2122d574412d351c69ddb634c2260683d (patch) | |
tree | 576463cec9dd097b28ec6d73cc960383ecb55385 /gcc/fortran/interface.c | |
parent | 65592aadaf607bdcfb29ef7fbe6464043fb32d51 (diff) | |
download | gcc-f941c3e2122d574412d351c69ddb634c2260683d.zip gcc-f941c3e2122d574412d351c69ddb634c2260683d.tar.gz gcc-f941c3e2122d574412d351c69ddb634c2260683d.tar.bz2 |
complex (complex<float>::operator=(float), [...]): Simplify a tad...
2010-09-16 Paolo Carlini <paolo.carlini@oracle.com>
* include/std/complex (complex<float>::operator=(float),
complex<float>::operator+=(float),
complex<float>::operator-=(float),
complex<double>::operator=(double),
complex<double>::operator+=(double),
complex<double>::operator-=(double),
complex<long double>::operator=(long double),
complex<long double>::operator+=(long double),
complex<long double>::operator-=(long double)): Simplify a tad,
just forward to the underlying __complex__ T operators, as
operator*= and operator/= already do.
* include/std/complex (complex<float>, complex<double>,
complex<long double>): Simplify spelling of return types, just
say complex, instead of complex<float>, complex<double>,
complex<long double>, respectively.
From-SVN: r164337
Diffstat (limited to 'gcc/fortran/interface.c')
0 files changed, 0 insertions, 0 deletions