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/

_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to