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


Andrej Mitrovic <andrej.mitrov...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |andrej.mitrov...@gmail.com
         Resolution|                            |FIXED


--- Comment #2 from Andrej Mitrovic <andrej.mitrov...@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: -------

Reply via email to