December 26, 2009 Issues » [Issue 3651] New: mangleof broken for enums | |||
|---|---|---|---|
| |||
...mangled name with "foo" in it, but outputs "i" pragma(msg, foo.mangleof); void main... | |||
December 26, 2009 Issues » [Issue 3650] New: functions are considered pointers | |||
|---|---|---|---|
| |||
...up to 1.051. The following code outputs "what (void())()", which shows that function pointers... | |||
December 25, 2009 Issues » [Issue 3646] New: Default values of function arguments are ignored when instantiating a template. | |||
|---|---|---|---|
| |||
...bar).stringof); pragma(msg, typeof(&bam).stringof); outputs void function(int i = 22) void function... | |||
December 23, 2009 General » Re: Local variable inside delegate literal | |||
|---|---|---|---|
| |||
...return j; };
}
blah();
}
But this doesn't, outputs 2, 2, 2:
foreach(i, ref f... | |||
December 23, 2009 General » Re: Local variable inside delegate literal | |||
|---|---|---|---|
| |||
...int i) { return i; }, i).ptr();
foreach (f; funcs)
writefln(f());
}
--outputs--
0
1
2 | |||
December 18, 2009 General » Re: TDPL goes out for preliminary review | |||
|---|---|---|---|
| |||
...I like the look of are: * All outputs from the object must be immutable or... | |||
December 17, 2009 Issues » [Issue 3628] New: can't cast null to int | |||
|---|---|---|---|
| |||
...1.046 compiles fine. DMD 1.047 outputs: test.d(3): Error: Integer constant expression... | |||
December 15, 2009 Learn » Making a DLL with a static library dependency | |||
|---|---|---|---|
| |||
...command-line, dmd gives linker errors and outputs an invalid DLL. How do I make... | |||
December 14, 2009 Learn » "%a" formatting differences | |||
|---|---|---|---|
| |||
...a\n", d1);
writefln("%a\n", d1);
}
Outputs:
0x1.921f9f01b866ep+1
0xc.90fcf80dc337p-2
A... | |||
December 01, 2009 General » Re: program for building the program | |||
|---|---|---|---|
| |||
...I definitely want a compiler switch that outputs the resulting D code after all the... | |||
Copyright © 1999-2021 by the D Language Foundation