Formal Review of std.regex (FReD)

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Sat Oct 8 14:37:15 PDT 2011


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


More information about the Digitalmars-d mailing list