On 10/22/2011 6:03 PM, Nick Sabalausky wrote:
> import std.regex;
> void main()
> {
>  regex("");
> }
> 
> Results in a screenful of "undefined identifier writefln" and "undefined 
> identifier writef" errors from inside std.regex.

I just re-added the std.stdio import to std.regex.  The unittests pass without 
it, which is a little odd, but the fix is
obvious.

Later,
Brad


_______________________________________________
dmd-beta mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-beta

Reply via email to