Broken?
Michel Fortin
michel.fortin at michelf.ca
Tue Mar 11 14:28:46 PDT 2014
On 2014-03-11 21:16:28 +0000, Andrei Alexandrescu
<SeeWebsiteForEmail at erdani.org> said:
> On 3/11/14, 1:45 PM, John Colvin wrote:
>> You do support the introduction of the virtual keyword though, yes?
>
> If explained a good use case, I would.
class Foo
{
final:
void bar();
void baz();
virtual:
void crack();
void crunch();
final:
void dodge();
void damp();
virtual void divert();
void doh();
}
--
Michel Fortin
michel.fortin at michelf.ca
http://michelf.ca
More information about the Digitalmars-d
mailing list