On 2011-10-08 23:37, Andrei Alexandrescu wrote:
On 10/8/11 3:34 PM, Dmitry Olshansky wrote:
I've found out what caused my builds to break. The thing is that both
std.file & std.stdio use fully qualified std.c.stdio.func calls but
never actually import std.c.stdio in any way. I wasn't even aware that's
possible.

That may be a bug in the compiler. A symbol shouldn't be visible unless
e.g. publicly imported from an imported module (could that be the case)?

Andrei

I think it's a bug, but sometimes it can be useful.

--
/Jacob Carlborg

Reply via email to