Is it possible for templates or types to both appear in the same context and create an actual ambiguity? What would that expression look like?
alias X = T!U;What is U? Did you mean to pass the template or the type?
Daniel Murphy via Digitalmars-d Thu, 24 Jul 2014 05:22:33 -0700
Is it possible for templates or types to both appear in the same context and create an actual ambiguity? What would that expression look like?
alias X = T!U;What is U? Did you mean to pass the template or the type?