Template visibility

Ethan Watson via Digitalmars-d digitalmars-d at puremagic.com
Wed Aug 31 06:11:15 PDT 2016


On Wednesday, 31 August 2016 at 12:45:14 UTC, Ethan Watson wrote:
> I do have other instances inside the Binderoo code where I 
> resolve the module names for symbols and mixin an import for 
> that to make it all just work, but I'm getting tired of having 
> to do that every time I come across this problem.

I also realised that won't work in this case, as getting the 
module of the SIMDVector alias will infact get the module 
binderoo.math.vector. std.typecons.Typedef might work out just 
fine in this case to do that with though.


More information about the Digitalmars-d mailing list