Re: GCC 4.01 RC1 Available
ing for further optimizations for code generation on mpc/ppc architectures. regards mws
Re: Question w.r.t. `'class Foo' has virtual functions but non-virtual destructor` warning.
On Friday 04 March 2005 15:51, Karel Gardas wrote: > > Hello, > > I would like to ask if the behaviour of GCC 4.0.0 20050301 is correct or > not. I have for example abstract base class like: > > class Foo > { > public: > virtual unsigned short > iiop_version() const = 0; > }; hi Karel