Any way to print compile-time generated code?
Adam D. Ruppe
destructionator at gmail.com
Mon Mar 10 11:25:09 PDT 2014
Change the mixin(x) line to pragma(msg, x);. It will then print
out the generated string at compile time instead of mixing it in
so you can take a look at it.
More information about the Digitalmars-d-learn
mailing list