September 10, 2008 General » a really strange problem | |||
|---|---|---|---|
| |||
...FMOD_SOUND* sound; //FMOD_SOUND is a typedef of void* //FMOD_SOUND* sound1; if (stream... | |||
September 09, 2008 Issues » [Issue 2346] ICE when comparing typedef'd class | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=2346
smjg@iname.com changed:
What... | |||
September 09, 2008 Announce » Re: An alternative to .init | |||
|---|---|---|---|
| |||
...could be provided as an extension to typedef somehow .. user defined types will probably have... | |||
September 08, 2008 Issues » [Issue 2348] New: T.init == void ==> T[1] rejected | |||
|---|---|---|---|
| |||
...com
ReportedBy: svv1999@hotmail.com
void main(){
typedef ubyte B=void;
B[1] b; // Error... | |||
September 08, 2008 Issues » [Issue 2346] New: ICE when comparing typedef'd class | |||
|---|---|---|---|
| |||
...cgi?id=2346
Summary: ICE when comparing typedef'd class
Product: D
Version: unspecified
Platform... | |||
September 04, 2008 General » Re: Cilk/Cilk++ | |||
|---|---|---|---|
| |||
...h> #include <stdlib.h> #include <limits.h> typedef unsigned long ulong; static const ulong ulong... | |||
August 26, 2008 Learn » memory pool and rb-tree | |||
|---|---|---|---|
| |||
...id, b->id); } }; typedef set < spot_rec*, less_spot_record > TableSpotRecords; typedef set < spot_rec... | |||
August 16, 2008 Learn » Re: How to call Windows function pointers? | |||
|---|---|---|---|
| |||
...template (with either the alias or the typedef) compiles just fine, but still results in... | |||
August 16, 2008 Learn » Re: How to call Windows function pointers? | |||
|---|---|---|---|
| |||
If it doesn't work, try typedef instead. | |||
August 15, 2008 Learn » Re: Puzzle (8-14) (answer) | |||
|---|---|---|---|
| |||
...squares[(i * i) % squares.size()] = i * i;
typedef hash_map<int, vector<int> > Map;
Map... | |||
Copyright © 1999-2021 by the D Language Foundation