[Issue 7740] unicodeProperties cannot be read at compile time for ctRegex
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Feb 5 13:06:24 PST 2013
http://d.puremagic.com/issues/show_bug.cgi?id=7740
Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |andrej.mitrovich at gmail.com
Resolution| |FIXED
--- Comment #2 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-02-05 13:06:23 PST ---
Compilable test-case:
import std.regex;
void wcp_bug_no_p(string fn)
{
enum ctr = ctRegex!(r"\p{WhiteSpace}","m");
}
void main() { }
Fixed in git-head.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list