Search

September 21, 2011
Issues »
...only fixes this issue for alias and typedef, not other declarations.

D2 commit: https://github...
September 20, 2011
DMD »
...Message:
  -----------
  Merge pull request #356 from yebblies/issue4269

Fix Issue 4269 for alias and typedef

September 19, 2011
Genel »
...garibi, kod typedef ile kolaylaştırılınca her şey mantıklı olmaya başlar:


```
#include <stdio.h>

typedef char...
September 15, 2011
General »
...visible
}

class Test {
  mixin Members;

  typedef void function() func1;
  typedef bool function() func2;

  static void...
September 11, 2011
General »
...broken behaviour with alias. Apart from that, typedef has been 'unofficailly' deprecated for some time...
September 11, 2011
General »
...probably called Typedef or TypeDef) which will allow for something similar to typedef but with...
September 11, 2011
General »
...broke because of the (apparent?) changes to typedef.

I had something like:

   extern(Windows) void...
September 03, 2011
Phobos »
...socket.d

  Log Message:
  -----------
  Remove another stray typedef


  Commit: 72b9f2ee19d812eafcb84cf6ad2206461bd5af37
      https://github.com/D-Programming...
September 01, 2011
Issues »
...Since phobos and druntime don't use typedef any more, there should be no reliance...
August 31, 2011
Issues »
...For std.encoding, just replace the three 'typedef ubyte' with 'alias ubyte xxx'

Regards

-- 
Configure...
145 146 147 148 149 150 151 152 153 154 155
Next ›   Last »