On Wed, Dec 14, 2016 at 02:30:29PM -0500, Andrei Alexandrescu via Digitalmars-d 
wrote:
> On 12/14/2016 12:32 PM, H. S. Teoh via Digitalmars-d wrote:
> >     import {
> >             std.range : isInputRange,
> >             std.traits : isNum = isNumeric
> >     }
> 
> This seems ambiguous. In
> 
> import { a : b, c.d }
> 
> did you meant to import c.d from a, or a different module?
> 
[...]

That's easy to fix:

        import { a : b, c;  d: e, f; }


T

-- 
There is no gravity. The earth sucks.

Reply via email to