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

Reply via email to