Search

September 10, 2008
General »
...FMOD_SOUND* sound; //FMOD_SOUND is a typedef of void*
		//FMOD_SOUND* sound1;

		if (stream...
September 09, 2008
Issues »
http://d.puremagic.com/issues/show_bug.cgi?id=2346


smjg@iname.com changed:

           What...
September 09, 2008
Announce »
...could be provided as an extension to typedef somehow .. user defined types will probably have...
September 08, 2008
Issues »
...com
        ReportedBy: svv1999@hotmail.com


void main(){
  typedef ubyte B=void;
  B[1] b; // Error...
September 08, 2008
Issues »
...cgi?id=2346

           Summary: ICE when comparing typedef'd class
           Product: D
           Version: unspecified
          Platform...
September 04, 2008
General »
...h>
#include <stdlib.h>
#include <limits.h>
typedef unsigned long ulong;
static const ulong ulong...
August 26, 2008
Learn »
...id, b->id); }
};

typedef set < spot_rec*, less_spot_record >  TableSpotRecords; typedef set < spot_rec...
August 16, 2008
Learn »
...template (with either the alias or the typedef) compiles just fine, but still results in...
August 16, 2008
Learn »
If it doesn't work, try typedef instead.
August 15, 2008
Learn »
...squares[(i * i) % squares.size()] = i * i;

    typedef hash_map<int, vector<int> > Map;
    Map...
211 212 213 214 215 216 217 218 219 220 221
Next ›   Last »