Battle-plan for CTFE

Stefan Koch via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Thu Sep 1 12:38:13 PDT 2016


On Thursday, 1 September 2016 at 19:27:17 UTC, Rory McGuire wrote:

>
> At the moment I just have a verbose logging mode with 
> pragma(msg) for my
> CTFE stuff.

I have something that will help with that a little bit.
https://github.com/UplinkCoder/dmd/tree/__ctfeWriteln
when you apply this patch __ctfeWriteln() will output every 
compiletime avilable string to the console.
It's a little bit nicer then using pragma(msg);


More information about the Digitalmars-d-announce mailing list