Mixins output handling

Chris Nicholson-Sauls ibisbasenji at gmail.com
Sat Oct 31 03:20:04 PDT 2009


Zarathustra wrote:
> Is there a some compiler switch to produce mixins output.
> 
> I mean [d_file_with_mixins] -> [d_file_without_mixins].

Depending on your needs, you can use pragma(msg,...) to output compile time strings. 
Useful for quickly double-checking simple code generators.

-- Chris Nicholson-Sauls


More information about the Digitalmars-d-learn mailing list