Search

June 03, 2009
Issues »
...void)();
}

// Test case 3: segfault D1 + D2
typedef void car;
void baz(){
  int [] x;
  car...
May 27, 2009
Announce »
While this code:

    typedef int Int2 = 2;
    auto a = cast(int[])(new Int2[1000]);

Produces...
May 22, 2009
General »
...BaseTypedef(T) {
    static if( is( T BaseType1 == typedef ) )
        alias BaseTypedef!(BaseType1) BaseTypedef;
    else
        alias T...
May 22, 2009
General »
...cat alloc.cpp
#include <vector>

typedef std::vector<int> intvec;
typedef intvec* intvecp;

int main...
May 20, 2009
General »
typedef int MyInt = 1;
May 20, 2009
Issues »
...show_bug.cgi?id=3011

           Summary: alias, typedef should have assignment syntax
           Product: D
           Version...
May 20, 2009
General »
...can add this too:
typedef Bar = Foo;

This changes in typedef and alias can solve...
May 16, 2009
General »
...just take pointers to structs, you can

typedef void* StructName;

in the D and still...
May 15, 2009
General »
...I am thinking about useful things like typedef, nested functions and closures). This can be...
May 15, 2009
Issues »
http://d.puremagic.com/issues/show_bug.cgi?id=2520


Don <clugdbug@yahoo.com.au...
195 196 197 198 199 200 201 202 203 204 205
Next ›   Last »