This is the mail archive of the egcs-bugs@egcs.cygnus.com mailing list for the EGCS project.


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

Re: what is wrong here?


On Jul  2, 1999, dvv@dvv.ru (Dima Volodin) wrote:

> I guess this one is closely related:

> namespace N {
> using ::f;
> class C {
>         friend void f ();

> bug1.cc:8: `void N::f()' conflicts with previous using declaration `void f()'

Yup.  In fact, I had met this bug while trying to find a work-around
for you, but I had forgotten to add it to the testsuite too.  Thanks
for reminding me of that.

-- 
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]