Alternate signs in a range

Stanislav Blinov stanislav.blinov at gmail.com
Sun Jan 26 06:22:14 PST 2014


On Sunday, 26 January 2014 at 13:33:58 UTC, matovitch wrote:
> Now DMD compiler segfaulted. Here is my code if you are 
> interested...
>
> struct Bernstein(alias K, int S)
>     if (isBernstein!(K))
> {
>     immutable typeof(K) kernel = K;
>     immutable int shift = S;
> }
>

s/immutable/enum/

?


More information about the Digitalmars-d-learn mailing list