According to Martin Sevior <[EMAIL PROTECTED]>:
> 
> 
> On Fri, 16 Nov 2001, Michael D. Pritchett wrote:
> 
> > Martin owes me a donut for this one.
> > 
> *Sigh* :-(
> 
> I hate 
> 
> virtual void foo() = 0;
> 
> I always screw up on a platform.

No. This is the RIGHT thing to do.

I hate to see 

    virtual void foo () {}; // pure virtual

I much prefer that the compilation break on platform. Fix is trivial but the
developer has better chance to catch the new feature.

Hub

Reply via email to