digitalmars.D - What's whong?
- KUV <KUV_member pathlink.com> Jun 12 2005
- zwang <nehzgnaw gmail.com> Jun 12 2005
I wrote as in sample:
int[char[]] b;
b["hello"] = 3;
b.remove("hello");
And got:
***.d(20): undefined identifier remove
***.d(20): function expected before (), not remove of type int
Jun 12 2005
KUV wrote:I wrote as in sample: int[char[]] b; b["hello"] = 3; b.remove("hello"); And got: ***.d(20): undefined identifier remove ***.d(20): function expected before (), not remove of type int
I can't reproduce the bug with dmd 0.126.
Jun 12 2005








zwang <nehzgnaw gmail.com>