[Issue 7442] ctRegex!`\p{Letter}` uses a lot memory in compilation

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Mar 19 20:11:41 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=7442


Jay Norwood <jayn at prismnet.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jayn at prismnet.com


--- Comment #1 from Jay Norwood <jayn at prismnet.com> 2012-03-19 20:11:58 PDT ---
I see probably a related issue when compiling either of these expressions in
win7

void wcpx(string fn)
{
    enum ctr =  ctRegex!(r"\w+","g");
}

void wcpx(string fn)
{
    enum ctr =  regex(r"\w+","g");
}

------ Build started: Project: a7, Configuration: Release Win32 ------
Building Release\a7.exe...
Error: out of memory
Building Release\a7.exe failed!

-- 
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