std.functional:partial - disambiguating templated functions
    Laeeth Isharc via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Sun Oct  4 13:37:33 PDT 2015
    
    
  
On Sunday, 4 October 2015 at 20:34:53 UTC, John Colvin wrote:
> On Sunday, 4 October 2015 at 20:26:51 UTC, John Colvin wrote:
>> template bish(T)
>> {
>> 	alias tmp = bish0!T;
>> 	alias tmp = bish1!T;
>> 	alias bish = tmp;
>> }
>
> https://issues.dlang.org/show_bug.cgi?id=15156
Thanks very much, for both John.
Laeeth.
    
    
More information about the Digitalmars-d-learn
mailing list