Search

April 23, 2009
Announce »
...plan9port/man/man3/fmtinstall.html>. For example:

typedef
struct {
	double	r, i;
} Complex;
#pragma  varargck...
April 19, 2009
Issues »
...for templated structs
and classes. Using a typedef, fixes the issue. static opCall and generic...
April 18, 2009
Issues »
http://d.puremagic.com/issues/show_bug.cgi?id=2346





------- Comment #2 from clugdbug@yahoo...
April 17, 2009
Issues »
...It doesn't fail if it's a class, struct, enum, typedef or aliased type.


-- 
April 17, 2009
Issues »
...aliases, typedefs), but for primitive types and arrays it fails.

typedef have the same problem.


-- 
April 17, 2009
General »
...one are full anyway.
    static int usedLastBlock;

    typedef TST[BLOCKSIZE] Block;
    static Block*[] blocks;

    static...
April 16, 2009
Learn »
...arrays, though, by doing clever things like "typedef void[] Something;", and you don't even...
April 11, 2009
Issues »
http://d.puremagic.com/issues/show_bug.cgi?id=2828





------- Comment #1 from unknown@simplemachines...
April 10, 2009
Issues »
...Changing typedef to alias makes the code compile again.

---
struct Variant(T...) { T members; }
typedef...
April 04, 2009
General »
2784: interface Foo { typedef Bar; }
- confused me for a while, so a clearer description might...
199 200 201 202 203 204 205 206 207 208 209
Next ›   Last »