April 23, 2009 Announce » Re: dmd 2.029 release | |||
|---|---|---|---|
| |||
...plan9port/man/man3/fmtinstall.html>. For example:
typedef
struct {
double r, i;
} Complex;
#pragma varargck... | |||
April 19, 2009 Issues » [Issue 2856] New: static opIndex does not compile for a templated struct/class | |||
|---|---|---|---|
| |||
...for templated structs and classes. Using a typedef, fixes the issue. static opCall and generic... | |||
April 18, 2009 Issues » [Issue 2346] ICE when comparing typedef'd class | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=2346 ------- Comment #2 from clugdbug@yahoo... | |||
April 17, 2009 Issues » [Issue 2848] static if (is(type)) + alias fails to compile | |||
|---|---|---|---|
| |||
...It doesn't fail if it's a class, struct, enum, typedef or aliased type. -- | |||
April 17, 2009 Issues » [Issue 2848] static if (is(type)) + alias fails to compile | |||
|---|---|---|---|
| |||
...aliases, typedefs), but for primitive types and arrays it fails. typedef have the same problem. -- | |||
April 17, 2009 General » Re: Ternary Search Trees | |||
|---|---|---|---|
| |||
...one are full anyway.
static int usedLastBlock;
typedef TST[BLOCKSIZE] Block;
static Block*[] blocks;
static... | |||
April 16, 2009 Learn » Re: Template classes | |||
|---|---|---|---|
| |||
...arrays, though, by doing clever things like "typedef void[] Something;", and you don't even... | |||
April 11, 2009 Issues » [Issue 2828] Typedef'ed template struct incorrectly recognized as an inner struct | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=2828 ------- Comment #1 from unknown@simplemachines... | |||
April 10, 2009 Issues » [Issue 2828] New: Typedef'ed template struct incorrectly recognized as an inner struct | |||
|---|---|---|---|
| |||
...Changing typedef to alias makes the code compile again.
---
struct Variant(T...) { T members; }
typedef... | |||
April 04, 2009 General » Re: Andrei's interface requests | |||
|---|---|---|---|
| |||
2784: interface Foo { typedef Bar; }
- confused me for a while, so a clearer description might... | |||
Copyright © 1999-2021 by the D Language Foundation