Search

July 17, 2012
Phobos »
...I see there is a little deprecated typedef code left in std.conv and std...
July 17, 2012
DMD »
...templatized
opEquals() free function that does various typedef checks with is().

Is this supposed to...
July 16, 2012
Genel »
...of storage classes.
   case T.Alias, T.Typedef:
     nT();
     goto case_Declaration;
   case T.Static...
July 14, 2012
General »
I would say that when a C typedef has a corresponding type in D, use...
July 11, 2012
General »
...to be used as a replacement for deperecated features (scope, typedef, ...)

Kind Regards
Benjamin Thaut
July 11, 2012
Announce »
Oops, typo! should be:

 typedef struct _Booger Booger;

 struct _Booger
 {
    int a;
 };
July 11, 2012
Announce »
...it has to do with typedef struct.
-------------------------------------------------------
//Test.h:

typedef struct _Booger Booger;

//Results in...
July 09, 2012
Announce »
...something similar...)
- self alias should be removed  => typedef test { int a; } test; generate alias test...
July 08, 2012
Druntime »
...M src/object_.d

  Log Message:
  -----------
  Support typedef'ed class/interface comparison with 'deprecated'


  Commit...
July 07, 2012
Issues »
...0
int
5

Note that I change typedef -> alias for compatability.

-- 
Configure issuemail: http://d...
120 121 122 123 124 125 126 127 128 129 130
Next ›   Last »