January 26, 2008 Issues » [Issue 1807] New: ENHANCEMENT: Let IFTI "see through" templates to simple aliases | |||
|---|---|---|---|
| |||
...template just has a single alias (or typedef, maybe?), then replace the template reference with... | |||
January 21, 2008 General » Work done so far | |||
|---|---|---|---|
| |||
...0i
putr(cast(idouble)-5i); // -5.0i
typedef int T;
T t = 10;
putr(t... | |||
January 20, 2008 General » Re: String implementations | |||
|---|---|---|---|
| |||
...signed, a la "signed char", not a typedef for "char", whose signedness varies (but, unfortunately... | |||
January 20, 2008 General » Re: String implementations | |||
|---|---|---|---|
| |||
...when int8_t showed up as a typedef for char). That's not a big... | |||
January 15, 2008 General » Re: DLL, export bool dfunc(char[] s, extern (Windows) bool function() cb) | |||
|---|---|---|---|
| |||
...has to be done as an alias/typedef and then used. alias extern(Windows) char... | |||
January 03, 2008 Issues » [Issue 1767] New: rejects-valid, diagnostic | |||
|---|---|---|---|
| |||
...com
ReportedBy: davidl@126.com
class DebugInfo
{
typedef int CVHeaderType ;
enum anon:CVHeaderType{ CV_NONE... | |||
January 02, 2008 General » IDEA: "scope" for "bag of constants" (was: enum) | |||
|---|---|---|---|
| |||
...I would lean toward using typedef or alias for that:
typedef uint ThisUsedToBeCalledAnEnum {
... list of... | |||
January 01, 2008 General » Re: Hmm - about manifest/enum | |||
|---|---|---|---|
| |||
...T is a delegate
T is a typedef
T is a named enum
Until it... | |||
December 31, 2007 Learn » Re: CDECL Utility | |||
|---|---|---|---|
| |||
...version when it doesn't have the "typedef". You would find this in a header... | |||
December 30, 2007 Learn » Re: CDECL Utility | |||
|---|---|---|---|
| |||
...alias" version would actually be equivalent to: typedef void (*signal(int, void (*)(int)))(int); Jerome... | |||
Copyright © 1999-2021 by the D Language Foundation