On 12/27/10, Caligo <iteronve...@gmail.com> wrote:
> As for CTFE, does this mean I could call 'writeln()' at compile time and
> have it print a message to stdout while compiling?
>

You need to use pragma(msg, "your message here") for that. Not
everything in D is CTFE-able, there are some limitations.

Reply via email to