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);