[Issue 4302] Regression(2.046, 1.061): compiler errors using startsWith in CTFE

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Aug 22 13:56:06 PDT 2010


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



--- Comment #7 from Rainer Schuetze <r.sagitario at gmx.de> 2010-08-22 13:56:02 PDT ---
It seems to me that the module member list is not searched when looking for
existing template instantations, but templdecl->instances. The failed template
instance is currently removed from that array, so it should do no extra harm to
remove it from the member list aswell.

issue 4269 does not deal with templates, so it will not change with a fix to
this bug. It's kind of the reverse problem: the declaration exists in the
member list, but is not revisited after causing an error once.

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