[Issue 11239] [REG2.064beta] ctRegex causes link errors with -debug since Pull2550
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Oct 12 21:03:03 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11239
--- Comment #1 from kekeniro2 at yahoo.co.jp 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: -------
More information about the Digitalmars-d-bugs
mailing list