help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: g++ 3.4.6 acting strangly with template code


From: Ulrich Eckhardt
Subject: Re: g++ 3.4.6 acting strangly with template code
Date: Thu, 15 Mar 2007 22:04:23 +0100
User-agent: KNode/0.10.4

Keith Halligan wrote:
[...]
> class derived_second : public Base
> {
>   public:
>      derived_second() {}
> 
> }
> 

Compiles okay here after I fixed the missing semicolon after this class
definition. I'd say you were compiling something else, which makes you
whole posting useless.

Uli

-- 
http://gcc.gnu.org/faq.html
http://parashift.com/c++-faq-lite/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]