[Issue 7740] New: unicodeProperties cannot be read at compile time for ctRegex
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Mar 19 19:52:32 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7740
Summary: unicodeProperties cannot be read at compile time for
ctRegex
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: jayn at prismnet.com
--- Comment #0 from Jay Norwood <jayn at prismnet.com> 2012-03-19 19:52:49 PDT ---
this is on win7 2.058 d2
void wcp_bug_no_p(string fn)
{
enum ctr = ctRegex!(r"\p{WhiteSpace}","m");
}
------ Build started: Project: a7, Configuration: Debug Win32
------
Building Debug\a7.exe...
G:\d\dmd2\windows\bin\..\..\src\phobos\std\regex.d(786): Error:
static variable unicodeProperties cannot be read at compile time
--
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