November 26, 2006 c++.beta » [8.50.1n] a bug | |||
|---|---|---|---|
| |||
...Is>
struct __bool2type
{
typedef __false_type _Ret;
};
template<>
struct __bool2type<1> { typedef __true_type _Ret... | |||
November 25, 2006 Announce » Re: DMD 0.175 release | |||
|---|---|---|---|
| |||
...TypeSpecialization ) is ( Type Identifier == TypeSpecialization ) TypeSpecialization: Type typedef struct union class --> <-- "super" wants to be... | |||
November 25, 2006 Issues » [Issue 379] wrong thisptr type in typedef'ed struct | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=379
bugzilla@digitalmars.com changed:
What... | |||
November 23, 2006 Issues » [Issue 588] lazy argument and nested symbol support to std.demangle | |||
|---|---|---|---|
| |||
...void function() (same effect for struct UDT & typedef UDT, IIRC) It's caused by an... | |||
November 23, 2006 Issues » Re: [Issue 379] New: wrong thisptr type in typedef'ed struct | |||
|---|---|---|---|
| |||
<snip> test case: http://dstress.kuehne.cn/run/t/typedef_19_C.d Thomas | |||
November 18, 2006 General » Re: What's left for 1.0? | |||
|---|---|---|---|
| |||
...ages since I had to deal with C's "typedef struct foo { } foo;" sillyness.
--bb | |||
November 18, 2006 General » Re: What's left for 1.0? | |||
|---|---|---|---|
| |||
...C you need the usual typedef-on-the-go workaround:
typedef struct Point { float x... | |||
November 18, 2006 General » Wrapping member function technique in D | |||
|---|---|---|---|
| |||
...as size of container with transaction descriptions: typedef std::vector< trx_desc_t > delayed_trx... | |||
November 17, 2006 Issues » [Issue 545] New: Attempt to access a static built-in property of a deprecated struct, union, enum or typedef is not caught | |||
|---|---|---|---|
| |||
...of a
deprecated struct, union, enum or typedef is not caught
Product: D
Version: 0... | |||
November 17, 2006 Issues » [Issue 544] New: Variable declared of a deprecated type (other than a class) is not caught | |||
|---|---|---|---|
| |||
...DepUnion {}
enum DepEnum { A }
alias int DepAlias;
typedef int DepTypedef;
}
DepStruct aStruct;
DepUnion aUnion;
DepEnum... | |||
Copyright © 1999-2021 by the D Language Foundation