Getting the name of current module

bearophile bearophileHUGS at lycos.com
Thu Aug 26 13:37:20 PDT 2010


Philippe Sigaud:
> does anyone of you know a way to get the name of the current module at
> compile-time?

It's one of the missing pieces of the static reflection:
__traits(thisModuleName)

Bye,
bearophile


More information about the Digitalmars-d mailing list