Why an abstract pointer cannot be used as value in an associate array?
Cheng Wei
rivercheng at gmail.com
Wed Sep 28 21:51:44 PDT 2011
extern(C) {
struct ab;
}
ab*[int] map;
void main() {
map.clear();
}
Cannot be compiled. Why?
Thanks.
More information about the Digitalmars-d-learn
mailing list