Final by default?

Joseph Rushton Wakeling joseph.wakeling at webdrake.net
Wed Mar 12 16:34:22 PDT 2014


On 13/03/14 00:14, Ali Çehreli wrote:
> However, it is not possible to get to the "else" part of that version block
> using the above syntax. Would the same syntax work for version as well?
>
>      version(something):
>          // ...
>
>      !version(something):
>          // ...

In that context, doesn't it make more sense:

     version(!something):
         // ...



More information about the Digitalmars-d mailing list