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]

Hi bugmakers ?


Hello again.
I agree, that last time it was`nt a bug, but i don`t think, that it is ok.
But let it be.

This time my compiler ask to mail you, and i join to compiler.
Try to compile next code:

struct S {} ;

template <class T>
class A {
    public :
        int func ( T ) { return 0 ; }
} ;

int A <S *> :: func ( S * ) ; /* some function declaration */

class B : public A <S *> {
    public :
        B () { func ( 0 ) ; }
} ;

int A <S *> :: func ( S * ) { return 1 ; }


If there is an error lets explain it to me and my compiler.

C U later. (i hope)
Thanks for time, spend on my letters.


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