D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 4249 - std.regex fails to compile with debug=regex
Summary: std.regex fails to compile with debug=regex
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: All All
: P2 normal
Assignee: No Owner
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2010-05-29 07:39 UTC by Lionello Lunesu
Modified: 2014-02-15 02:44 UTC (History)
1 user (show)

See Also:


Attachments
Patch against phobos/std/regex.d in dmd.2.046.zip (5.06 KB, application/octet-stream)
2010-05-29 07:39 UTC, Lionello Lunesu
Details

Note You need to log in before you can comment on or make changes to this issue.
Description Lionello Lunesu 2010-05-29 07:39:29 UTC
Created attachment 646 [details]
Patch against phobos/std/regex.d in dmd.2.046.zip

Fixed, see attached patch.
Comment 1 Masahiro Nakagawa 2010-06-02 12:30:28 UTC
changeset 1573. Thanks for the patch!