#dbugfix Issue 16486 200$

9il ilyayaroshenko at gmail.com
Fri Mar 30 17:10:22 UTC 2018


On Friday, 30 March 2018 at 13:56:45 UTC, Stefan Koch wrote:
> On Friday, 30 March 2018 at 06:11:22 UTC, 9il wrote:
>> [1] https://issues.dlang.org/show_bug.cgi?id=16486
>
>
> Solving this may be possible for special cases but in the 
> general case is infeasible.

Can the case where the name of original template in scope of the 
alias template refers to an unique template template be 
implemented? It should be good enough for Mir and Phobos.

// There are unique defs for OriginalTemplate and ParamsMap
import lala : OriginalTemplate, ParamsMap;
alias AliasTemplate(SomeParams...) = 
OriginalTemplate!(ParamsMap!SomeParams);



More information about the Digitalmars-d mailing list