-
- Downloads
std_complex.h (complex<double>): Constructor complex<double>::complex(const...
std_complex.h (complex<double>): Constructor complex<double>::complex(const complex<float>&) is not explicit... 2000-11-21 Gabriel Dos Reis <gdr@codesourcery.com> * include/bits/std_complex.h (complex<double>): Constructor complex<double>::complex(const complex<float>&) is not explicit; since it is a promotion. (complex<long double>): Constructors taking complex<float> and complex<double> are not explicit. From-SVN: r37599
Loading
Please register or sign in to comment