On Tue, 13 Aug 2013 22:34:11 -0400 Nick Sabalausky <[email protected]> wrote: > > But this trivial std.regex usage results in a giant stream of linker > errors: > > ---------------------------- > # cat testRegex.d > import std.regex; > void main() > { > auto r = regex("aaa"); > } >
I think this might be a regression in 2.063. It seems to work fine with 2.062. Can anyone confirm?
