July 11, 2008 Issues » [Issue 1609] TypeInfo_Typedef has incorrect implementation of next() | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=1609
tomas@famolsen.dk changed:
What... | |||
July 11, 2008 Issues » [Issue 2217] New: Cannot create deprecated alias of type derived from deprecated type | |||
|---|---|---|---|
| |||
...class, interface, struct, union, enum, alias or typedef. This has broken the WindowsAPI project at... | |||
July 10, 2008 Issues » [Issue 545] Attempt to access a static built-in property of a deprecated struct, union, enum or typedef is not caught | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=545
bugzilla@digitalmars.com changed:
What... | |||
July 08, 2008 DWT » Re: Help with dwt-cocoa types | |||
|---|---|---|---|
| |||
I think this typedef shows the declaration of 'IMP', not of 'id'. struct objc_class... | |||
July 08, 2008 DWT » Help with dwt-cocoa types | |||
|---|---|---|---|
| |||
...when the int represents a struct, enum, typedef or other C type I just keep... | |||
July 07, 2008 Learn » Re: Problem with implicit template instantiation | |||
|---|---|---|---|
| |||
...typedef instead of alias. But I doubt Walter will add the functionality just for typedef... | |||
July 07, 2008 Learn » Re: Problem with implicit template instantiation | |||
|---|---|---|---|
| |||
...the other hand, if I use a typedef instead of an alias, shouldn't the... | |||
July 07, 2008 Learn » Problem with implicit template instantiation | |||
|---|---|---|---|
| |||
...I've also tried replacing alias by typedef, with the same results. Instantiating the template... | |||
June 30, 2008 General » Re: Test for self referential templated Class | |||
|---|---|---|---|
| |||
...depth of recursion. import std.metastrings; private typedef int TID; // TypeID for checking purposes class... | |||
June 27, 2008 c++.stlsoft » static assertions support and GCC 4.1.2 | |||
|---|---|---|---|
| |||
...INTEL)
# define STLSOFT_STATIC_ASSERT(ex) do { typedef int ai[(ex) ?
1 : -1]; } while(0... | |||
Copyright © 1999-2021 by the D Language Foundation