Jarrett Billingsley:

>If you add braces, for some reason it works.<

I think that if you don't put braces the compiler sees:
static if (true) else
If you put them it sees:
static if (true) {} else {}
The first isn't correct D code.
But I'd like the pragma to be seen as an instruction anyway by the static if.


> Once again: 'much' and 'too much' can never.
> modify.
> adjectives.
> They are not adverbs.

Thank you. My English text reviewers surely get headaches.

Bye,
bearophile

Reply via email to