DIP10005: Dependency-Carrying Declarations is now available for community feedback

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Wed Dec 14 11:30:29 PST 2016


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?


Andrei


More information about the Digitalmars-d mailing list