http://d.puremagic.com/issues/show_bug.cgi?id=8451
--- Comment #1 from Andrej Mitrovic <[email protected]> 2012-07-27 07:05:18 PDT --- (In reply to comment #0) > module test; > import std.exception; > void main() { enforce(0); } > > 2.059: > > $ dmd -g test.d > $ cv2pdb test.exe test.exe > $ test.exe > > [email protected](7): Enforcement failed Sorry that was really (3), not (7) when I shortened the sample. The issue is the printout of "0x0040BEE8 in std" lines which weren't there before. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
