[Issue 7442] ctRegex!`\p{Letter}` uses a lot memory in compilation
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sun Mar 25 12:18:24 PDT 2012
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=7442
josvanuden at gmail.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |josvanuden at gmail.com
--- Comment #2 from josvanuden at gmail.com 2012-03-25 12:18:47 PDT ---
Same here (win7). Either of these cause out of memory error:
   enum r1 = ctRegex!`\w`;
   enum r2 = ctRegex!`\W`;
-- 
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