January 11, 2009 Learn » Re: using a typedefed variable with library classes | |||
|---|---|---|---|
| |||
...appreciate the typedef of D and they may use it. I use typedef now and... | |||
January 10, 2009 Learn » Re: using a typedefed variable with library classes | |||
|---|---|---|---|
| |||
I've never found a use for typedef myself. I don't think it's... | |||
January 10, 2009 Learn » using a typedefed variable with library classes | |||
|---|---|---|---|
| |||
...In particular, what I've done is: typedef int TestType; TestType t; File f; t... | |||
January 08, 2009 General » Re: Off subject | |||
|---|---|---|---|
| |||
...these two case:
void myfunc(int aFoo)
{
...
}
typedef struct c_parser GTY(())
{
...
} c_parser;
Obviously... | |||
January 07, 2009 General » Re: Off subject | |||
|---|---|---|---|
| |||
...work because it matches some typedef struct like this :
typedef struct c_parser GTY(())
{
...
} c... | |||
January 06, 2009 Issues » [Issue 1609] TypeInfo_Typedef has incorrect implementation of next() | |||
|---|---|---|---|
| |||
...the base of a typedef, cast the TypeInfo to a TypeInfo_Typedef, and get the... | |||
January 01, 2009 General » D BUGS Part 2 | |||
|---|---|---|---|
| |||
...00001) == "7.00001"); Typedef-ed vars are managed correctly: // typedef test typedef int T; T... | |||
December 31, 2008 Issues » [Issue 632] Typedef/enum promotions spec ambiguous - ultimate base type or lowest common denominator? | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=632 ------- Comment #2 from smjg@iname... | |||
December 31, 2008 Issues » [Issue 632] Typedef/enum promotions spec ambiguous - ultimate base type or lowest common denominator? | |||
|---|---|---|---|
| |||
...com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Typedef promotions spec |Typedef/enum promotions spec
|ambiguous - ultimate... | |||
December 20, 2008 Announce » Re: DMD 1.038 and 2.022 releases | |||
|---|---|---|---|
| |||
...in use at two places as a typedef: "typedef Variant!(TypeEnum, type1, type2, ..., type8);". This... | |||
Copyright © 1999-2021 by the D Language Foundation