On Monday, 20 April 2015 at 20:36:06 UTC, ketmar wrote:
> On Mon, 20 Apr 2015 20:31:36 +0000, extrawurst wrote:
>
>> static if(__ctfe){}
>
> small fix: simply `if (__ctfe)`, `static if (__ctfe)` is error.
> ;-)
__ctfe is not readable at compile time ? thats unfortunate..