[dmd-beta] 2.056 beta: Many undefined writef[ln] in std.regex
Brad Roberts
braddr at puremagic.com
Sat Oct 22 22:06:21 PDT 2011
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
More information about the dmd-beta
mailing list