opDispatch to template members

kenji hara k.hara.pg at gmail.com
Thu Dec 6 16:11:53 PST 2012


Note that, std.typecons.Proxy implements such template member function
forwarding by opDispatch nesting.
If curious, you can look its implementation.

Kenji Hara

2012/12/7 deadalnix <deadalnix at gmail.com>

> On Thursday, 6 December 2012 at 21:49:21 UTC, Phil Lavoie wrote:
>
>> I mean automatically dispatch to template members, not doing it in a case
>> by case fashion (using template if clauses for example).
>>
>> Thanks
>>
>
> This is a known issue of the current design of opDispatch.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20121207/78a23a15/attachment.html>


More information about the Digitalmars-d mailing list