Re: Imports incorrectly part of "allMembers" trait output?
ketmar via Digitalmars-d-learn Tue, 03 Jan 2017 00:15:50 -0800
given the way your code is written, "std" namespace *is* a
member. it will be very useful when we'll fix other bugs and
recursive `allMembers` scan will become possible. so while it
came from namespaces implementation, i don't see this as a bug.
it is little annoying, yes, 'cause you *have* to sort module ids
out in your code. luckily, it is fairly easy, as module has no
valid D type.
- Imports incorrectly part of "all... Mike Bierlee via Digitalmars-d-learn
- Re: Imports incorrectly part of ... bauss via Digitalmars-d-learn
- Re: Imports incorrectly part... ketmar via Digitalmars-d-learn
- Re: Imports incorrectly part of ... ketmar via Digitalmars-d-learn