http://d.puremagic.com/issues/show_bug.cgi?id=7442
Jay Norwood <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jay Norwood <[email protected]> 2012-03-19 20:11:58 PDT --- I see probably a related issue when compiling either of these expressions in win7 void wcpx(string fn) { enum ctr = ctRegex!(r"\w+","g"); } void wcpx(string fn) { enum ctr = regex(r"\w+","g"); } ------ Build started: Project: a7, Configuration: Release Win32 ------ Building Release\a7.exe... Error: out of memory Building Release\a7.exe failed! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
