[Issue 7695] Regression(2.058): ICE(mtype.c) on associative array with keys of struct type with const members

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Apr 9 13:25:00 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=7695



--- Comment #2 from Nick Sabalausky <cbkbbejeap at mailinator.com> 2012-04-09 13:25:42 PDT ---
Don't know if this helps, but the problem also occurs if you replace

const int t;

with:

const opEquals(Bar ) {}

The function must be named opEquals. If it's named "foo", the ICE goes away.

-- 
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