[Issue 12687] std.regex must be made available at compile time

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu May 1 04:38:26 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=12687

--- Comment #3 from Jeroen Bollen <jbinero at gmail.com> ---
Right now you can do much more at compile time then making a regex object. You
should be able to actually use the object as well, either through specific
functions or though the ones being used now at runtime.

--


More information about the Digitalmars-d-bugs mailing list