digitalmars.D.learn - Mixins output handling
- Zarathustra <adam.chrapkowski gmail.com> Oct 30 2009
- Trass3r <mrmocool gmx.de> Oct 30 2009
- Chris Nicholson-Sauls <ibisbasenji gmail.com> Oct 31 2009
Is there a some compiler switch to produce mixins output. I mean [d_file_with_mixins] -> [d_file_without_mixins].
Oct 30 2009
Zarathustra schrieb:Is there a some compiler switch to produce mixins output. I mean [d_file_with_mixins] -> [d_file_without_mixins].
No, Descent has such a feature though.
Oct 30 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
Oct 31 2009









Trass3r <mrmocool gmx.de> 