http://d.puremagic.com/issues/show_bug.cgi?id=7802
deadalnix <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from deadalnix <[email protected]> 2012-04-01 23:23:20 PDT --- As mentioned in the newsgroup, templates instantiation and UFCS are 2 orthogonal problems and must be treated as such. The function can be passed as template parameter, the module name to import as a string (and imported via mixin("import " ~ moduleName); ) or whatever. Before trying to solve that problem, we'd better be sure this is a problem. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
