October 30, 2012 Learn » Interesting C header translation problem | |||
|---|---|---|---|
| |||
...define PACKED
#endif
typedef enum {
// Lots o' stuff
} PACKED my_enum_t;
typedef struct {
// Lots... | |||
October 29, 2012 Learn » Re: How to place char* of stringZ to ubyte[]? | |||
|---|---|---|---|
| |||
...used to be possible in D with typedef. Now one a little clumsy way to... | |||
October 27, 2012 Issues » [Issue 5446] (D1 only) Ddoc doesn't output aliased and typedef'ed names | |||
|---|---|---|---|
| |||
...alias is included in D2 changeset, since typedef is deprecated I haven't included a... | |||
October 27, 2012 Issues » [Issue 5446] (D1 only) Ddoc doesn't output aliased and typedef'ed names | |||
|---|---|---|---|
| |||
...Ddoc doesn't
|and typedef'ed names |output aliased and
| |typedef'ed names
OS/Version... | |||
October 27, 2012 Issues » [Issue 5446] Ddoc doesn't output aliased and typedef'ed names | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=5446 --- Comment #1 from github-bugzilla... | |||
October 23, 2012 Learn » Re: More automated interfacing of D with C codebases | |||
|---|---|---|---|
| |||
...h): some stuff it choked on: A) typedef Matx<_Tp, MIN(m, n), 1> diag... | |||
October 22, 2012 Issues » [Issue 8874] New: Possible warning for always true/always false comparisons on unsigned values | |||
|---|---|---|---|
| |||
...h>
#include <stdlib.h>
typedef struct { char* data; int weight; } item;
typedef struct { int sum... | |||
October 21, 2012 Issues » [Issue 8864] New: Simpler syntax for array literal of structs from one argument | |||
|---|---|---|---|
| |||
...1, 2, 15]; // Nibble.sizeof == 1
alias Typedef!int Mint;
Mint[] data4 = [5, 6, 9... | |||
October 21, 2012 Issues » [Issue 3960] Unused local variables not reported | |||
|---|---|---|---|
| |||
...with this body: typedef _BinClos<_Name, _Constant, _ValArray, _Tp, _Tp> _Closure; typedef typename __fun<_Name... | |||
October 20, 2012 General » Array of structs construction | |||
|---|---|---|---|
| |||
...1, 2, 15]; // Nibble.sizeof == 1
alias Typedef!int Mint;
Mint[] data4 = [5, 6, 9... | |||
Copyright © 1999-2021 by the D Language Foundation