std.regex not linking on FreeBSD
Nick Sabalausky
SeeWebsiteToContactMe at semitwist.com
Tue Aug 13 21:54:44 PDT 2013
On Tue, 13 Aug 2013 22:34:11 -0400
Nick Sabalausky <SeeWebsiteToContactMe at semitwist.com> 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?
More information about the Digitalmars-d-learn
mailing list