http://d.puremagic.com/issues/show_bug.cgi?id=8477
Dmitry Olshansky <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Dmitry Olshansky <[email protected]> 2012-07-30 15:41:59 PDT --- That means Exception has its toString defined as const thus your override also must be const (and implicitly supposed to be). Then it tries to call line and dies. Marking lines as const fixes issue. So it's either invalid report or request for better diagnostics. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
