October 19, 2007 GDC » [Issue 1595] New: Multiple typedefs of Exception should be treated as different types. | |||
|---|---|---|---|
| |||
...pop.atry@gmail.com module typedef_exception; typedef Exception MyException1; typedef Exception MyException2; void main... | |||
October 17, 2007 General » Re: std.boxer and arrays | |||
|---|---|---|---|
| |||
...copy of a since Variant is a typedef to a templated struct. The usage for... | |||
October 12, 2007 General » Re: half and quad | |||
|---|---|---|---|
| |||
...it works now, with "half" being a typedef for ushort... All math is done in... | |||
October 02, 2007 General » Re: "The total size of a static array cannot exceed 16Mb." | |||
|---|---|---|---|
| |||
...N)
{
static if (N == 1)
typedef T[] MultiDimArray;
else
typedef MultiDimArray!(T,N-1)[] MultiDimArray... | |||
September 30, 2007 Learn » Re: C++ cast to D cast again :) | |||
|---|---|---|---|
| |||
...CWin {
int m_a;
this() {
}
}
extern(Windows){
typedef void* HWND;
int GetWindowLongA(HWND wnd, int... | |||
September 30, 2007 Issues » [Issue 1523] struct literals not work with typedef | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=1523 ------- Comment #3 from thomas-dloop... | |||
September 26, 2007 Issues » [Issue 1531] New: cannot access typedef'd class field | |||
|---|---|---|---|
| |||
...bug.cgi?id=1531
Summary: cannot access typedef'd class field
Product: D
Version: 1... | |||
September 24, 2007 General » Re: AA specialization not works | |||
|---|---|---|---|
| |||
...0;
alias T Type;
alias void Key;
}
typedef uint MyType;
unittest
{
MyType static_array[100... | |||
September 23, 2007 Issues » [Issue 1523] struct literals not work with typedef | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=1523 dvdfrdmn@users.sf.net changed... | |||
September 23, 2007 Issues » [Issue 1523] struct literals not work with typedef | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=1523 dvdfrdmn@users.sf.net changed... | |||
Copyright © 1999-2021 by the D Language Foundation