On Monday, 24 February 2014 at 11:45:20 UTC, Namespace wrote:
On Monday, 24 February 2014 at 11:21:32 UTC, Kapps wrote:
On Monday, 24 February 2014 at 11:04:14 UTC, Szymon Gatner
wrote:
So 2.065 is not the one that will make class methods final by
default?
Correct. The pull for it is
https://github.com/D-Programming-Language/dmd/pull/2895
Not really. This pull introduce the virtual keyword. The next
step will afaik force you to write on every method if it is
virtual or final. The step afterwards will probably introduce
final by default.
Yes yes, I understand :)