On Sat, Aug 25, 2012 at 12:53 PM, Minas Mina
<[email protected]> wrote:
> Why is it "if( __ctfe )" and not
> static if.. ?

I guess because __ctfe *must* be a runtime value: its value changes at
runtime. And, as 'static if' cannot act on a runtime value...

Reply via email to