https://d.puremagic.com/issues/show_bug.cgi?id=12105
Dmitry Olshansky <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] AssignedTo|[email protected] |[email protected] --- Comment #1 from Dmitry Olshansky <[email protected]> 2014-02-08 02:36:30 PST --- Somewhat reduced, the lookaround and lazy repetition are required: import std.regex; auto r = ctRegex!`.*?(?!)`; void main() {} The second case looks like a compiler bug, especially since it requires some combination of flags. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
