Final by default?
Steven Schveighoffer
schveiguy at yahoo.com
Fri Mar 14 07:02:08 PDT 2014
On Thu, 13 Mar 2014 18:55:26 -0400, Timon Gehr <timon.gehr at gmx.ch> wrote:
> On 03/13/2014 11:43 PM, Walter Bright wrote:
>>>
>>> version(A) version=AorB;
>>> version(B) version=AorB;
>>> version(AorB){ }
>>>
>>
>> If you're writing things like that, it's still missing the point. ...
>
> Unless the point is to demonstrate that it is not too convoluted. ;)
And for that point, your demonstration has failed :) The above is very
convoluted, not very DRY.
-Steve
More information about the Digitalmars-d
mailing list