Search

November 26, 2006
c++.beta »
...Is>
struct __bool2type
{
  typedef __false_type _Ret;
};

template<>
struct __bool2type<1> { typedef __true_type _Ret...
November 25, 2006
Announce »
...TypeSpecialization )
	is ( Type Identifier == TypeSpecialization )

TypeSpecialization:
	Type
	typedef
	struct
	union
	class
-->                    <-- "super" wants to be...
November 25, 2006
Issues »
http://d.puremagic.com/issues/show_bug.cgi?id=379


bugzilla@digitalmars.com changed:

           What...
November 23, 2006
Issues »
...void function()
(same effect for struct UDT & typedef UDT, IIRC)

It's caused by an...
November 23, 2006
Issues »
<snip>

test case:
http://dstress.kuehne.cn/run/t/typedef_19_C.d

Thomas

November 18, 2006
General »
...ages since I had to deal with C's "typedef struct foo { } foo;" sillyness.

--bb
November 18, 2006
General »
...C you need the usual typedef-on-the-go workaround:
typedef struct Point { float x...
November 18, 2006
General »
...as size of container with
transaction descriptions:

  typedef std::vector< trx_desc_t >
delayed_trx...
November 17, 2006
Issues »
...of a
                    deprecated struct, union, enum or typedef is not caught
           Product: D
           Version: 0...
November 17, 2006
Issues »
...DepUnion {}
        enum DepEnum { A }
        alias int DepAlias;
        typedef int DepTypedef;
}

DepStruct aStruct;
DepUnion aUnion;
DepEnum...
252 253 254 255 256 257 258 259 260 261 262
Next ›   Last »