July 15, 2006 Learn » typedefs cannot be used to call superclass members | |||
|---|---|---|---|
| |||
...x; }
public int Y() { return y; }
}
typedef BMouseEvent BMousePressedEvent;
typedef BMouseEvent BMouseReleasedEvent;
***************************
and in my... | |||
July 13, 2006 Issues » Re: [Issue 249] New: circular typedef and alias bugs | |||
|---|---|---|---|
| |||
If your app needs to do locale-dependent messages, that's the way to do... | |||
July 12, 2006 Issues » Re: [Issue 249] New: circular typedef and alias bugs | |||
|---|---|---|---|
| |||
On Thu, 13 Jul 2006 05:15:40 +1000, Walter Bright <newshound@digitalmars.com> wrote... | |||
July 12, 2006 Issues » Re: [Issue 249] New: circular typedef and alias bugs | |||
|---|---|---|---|
| |||
...reference of typedef bar
-----------------------------------
or
-----------------------------------
test2.d(3): error E1234:
circular reference of typedef bar... | |||
July 12, 2006 Issues » Re: [Issue 249] New: circular typedef and alias bugs | |||
|---|---|---|---|
| |||
Displaying the ID pushes the useful part of the message off to the right where... | |||
July 12, 2006 Issues » Re: [Issue 249] New: circular typedef and alias bugs | |||
|---|---|---|---|
| |||
I find that grepping for the string works without problems. | |||
July 12, 2006 Issues » Re: [Issue 249] New: circular typedef and alias bugs | |||
|---|---|---|---|
| |||
...nocompile/t/typedef_16_A.d http://dstress.kuehne.cn/nocompile/t/typedef_16_B... | |||
July 12, 2006 Issues » Re: [Issue 249] New: circular typedef and alias bugs | |||
|---|---|---|---|
| |||
Walter Bright wrote: I don't see a controversy here. Look at Microsoft C++ compilers... | |||
July 12, 2006 Issues » Re: [Issue 249] New: circular typedef and alias bugs | |||
|---|---|---|---|
| |||
Not a bad idea. By the way, we already have a small list of common... | |||
July 12, 2006 Issues » Re: [Issue 249] New: circular typedef and alias bugs | |||
|---|---|---|---|
| |||
Once we have a 1.0 release, it might be good to have a grep... | |||
Copyright © 1999-2021 by the D Language Foundation