fullyQualifiedName fails on template

David Nadlinger code at klickverbot.at
Fri Jan 24 06:30:59 PST 2014


On Friday, 24 January 2014 at 14:08:45 UTC, Martin Cejp wrote:
> It's quite an issue if you want to copy a method with a mixin 
> and you can't reliably stringify the return type.

In general, you can't reliably stringify types for use in string 
mixins anyway. Just insert ReturnType!(…) or whatever you need 
directly into your mixin string.

Dvid


More information about the Digitalmars-d mailing list