This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: egcs-19990629 complex instation problem


On Jul  5, 1999, jarausch@igpm.rwth-aachen.de wrote:

> Trying to explicitly instantiate (snaphot 19990629) doesn't work in the
> following case. This did work in egcs-1.1.2

> #include <iostream>
> #include <complex>
>      template istream& operator>>(istream& , complex<double>&);

Nope, it just failed to report that a definition was not available.
No symbol would be defined in this translation unit.

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
{oliva,Alexandre.Oliva}@dcc.unicamp.br  aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
*** E-mail about software projects will be forwarded to mailing lists


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]