[Issue 7810] ctRegex!`a|b` asserts at regex.d:1150

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu May 17 19:39:24 PDT 2012


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


Brad Anderson <eco at gnuk.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eco at gnuk.net


--- Comment #4 from Brad Anderson <eco at gnuk.net> 2012-05-17 19:40:52 PDT ---
Doesn't appear to require ctRegex to trigger.  This produces the same assertion
failure.

import std.regex;

auto r = regex(r"(a|c");

void main() { }

This worked in 2.058 but not 2.059.

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