Search

December 17, 2008
General »
...D you can do that as (probably typedef is much less common in D code...
December 17, 2008
Issues »
...id=2520

           Summary: ICE on template mixin typedef
           Product: D
           Version: unspecified
          Platform: PC
        OS...
December 04, 2008
General »
...as if size_t would be a typedef, but with the usual rules wrt to...
November 29, 2008
General »
...need alias anymore type myOtherInt : int;                             //or typedef, note the colon type[3] threeIntegers = [short...
November 21, 2008
General »
...mat.uni.torun.pl> wrote:

No kidding:

#define STATIC_ASSERT(expr) typedef char __staticAssert[ (expr) ]
November 20, 2008
Issues »
http://d.puremagic.com/issues/show_bug.cgi?id=2461


smjg@iname.com changed:

           What...
November 19, 2008
Issues »
...void f1() {
   typedef int MyInt = 555;
   MyInt x;
   writefln(x);
}

void f2() {
   typedef int MyInt...
November 14, 2008
Issues »
...spec now says "typedef or enum" where previously it just said "typedef", thus reducing this...
November 06, 2008
General »
...not explicitly support this with bodied typedefs? 



typedef int MyInt(int m, int M)
{
   MyInt...
November 06, 2008
General »
...more than you have to. Use the "typedef BaseClass super" trick to avoid it. And...
206 207 208 209 210 211 212 213 214 215 216
Next ›   Last »