August 15, 2006 Issues » [Issue 270] Compiler allows and crashes on typedefs of "immediate"-function types | |||
|---|---|---|---|
| |||
...Associative Arrays seem to work correctly.) Example: ----- typedef int ft(int); ft[] x; // is allowed... | |||
August 15, 2006 Issues » Re: [Issue 270] New: Compiler allows and crashes on typedefs of "immediate"-function types | |||
|---|---|---|---|
| |||
...nocompile/t/typedef_17_A.d http://dstress.kuehne.cn/nocompile/t/typedef_17_B... | |||
August 08, 2006 General » Re: The FAQ page .. | |||
|---|---|---|---|
| |||
...else
const int IsFunctionT = 0;
}
void test()
{
typedef int fp(int);
assert(IsFunctionT!(fp) == 1... | |||
August 02, 2006 General » Re: To Walter, about char[] initialization by FF | |||
|---|---|---|---|
| |||
...is wrong with ubyte[] or a suitable typedef? I can't see how that would... | |||
August 02, 2006 Learn » Re: Properties no longer work? | |||
|---|---|---|---|
| |||
...don't try to create an alias/typedef to a function type. And there's... | |||
August 01, 2006 Learn » Re: Properties no longer work? | |||
|---|---|---|---|
| |||
...this? I can't. Just declare a typedef or alias of the function pointer type... | |||
July 31, 2006 Learn » Re: How to execute external program and process its output? | |||
|---|---|---|---|
| |||
extern (C) {
typedef void FILE;
FILE* popen(char* cmd, char* type);
int pclose(FILE* stream... | |||
July 31, 2006 Learn » Re: Properties no longer work? | |||
|---|---|---|---|
| |||
...there is a use for such a typedef after all. I thought they could not... | |||
July 30, 2006 Learn » Re: Properties no longer work? | |||
|---|---|---|---|
| |||
...recently that C supports such oddities as
typedef int qwert(char*);
(if I've got... | |||
July 30, 2006 General » Re: To Walter, about char[] initialization by FF | |||
|---|---|---|---|
| |||
...you could create a typedef instead of just using a ubyte; typedef ubyte koi8char; Thus... | |||
Copyright © 1999-2021 by the D Language Foundation