Broken?

Jacob Carlborg doob at me.com
Wed Mar 12 13:04:17 PDT 2014


On 2014-03-12 18:07, Andrei Alexandrescu wrote:

> That's why I said "most" and not "all".
>
> I think we must take final-by-default off the table. Doing so would also
> make the addition of "virtual" too much a price to pay for the negation
> of "final".

There has previously been suggestions of adding syntax turn off/negating 
attributes. Something like:

class Foo
{
     final:

     !final void foo () {}
}

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list