http://d.puremagic.com/issues/show_bug.cgi?id=11239
--- Comment #1 from [email protected] 2013-10-12 21:03:02 PDT --- Sorry, I forgot the import declaration. CODE(MODIFIED): import std.regex; // @@@ void main() { // auto re = regex(`\w`); // OK enum ctre = regex(`\w`); // NG } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
