April 28, 2009 General » immutable, const, enum | |||
|---|---|---|---|
| |||
...c = new C(10); } But the compiler outputs: Error: cannot implicitly convert expression (this) of... | |||
April 28, 2009 General » Re: Weird std.stdio threading bug? | |||
|---|---|---|---|
| |||
...on WinXP). I get 2 or three outputs and then hang. I also tried several... | |||
April 28, 2009 Announce » Re: Titanion 0.4 + Phobos2 bug | |||
|---|---|---|---|
| |||
...5));
void main() {}
D1 outputs correctly:
good 5 test
But D2 outputs the wrong:
good... | |||
April 27, 2009 General » std.algorithm.BinaryHeap | |||
|---|---|---|---|
| |||
...0], freqs[h[0]], h[1]) That outputs is: SYMBOL WEIGHT HUFFMAN CODE ' ' 6 101... | |||
April 27, 2009 General » Re: Splitter quiz / survey | |||
|---|---|---|---|
| |||
...Some example of badly written code that outputs extra spaces (I don't consider this... | |||
April 27, 2009 General » Re: Splitter quiz / survey | |||
|---|---|---|---|
| |||
...x: there are 3 comma's, so I'd expect 4 outputs: ie. choice 4? | |||
April 23, 2009 Issues » [Issue 2885] New: Silent forward reference bug using ReturnType | |||
|---|---|---|---|
| |||
...Outputs: "false"
pragma(msg, is(ReturnType!(foo):int)? "true":"false");
int foo()
{ return 1; }
// Outputs... | |||
April 12, 2009 Learn » Determining if a symbol is a function | |||
|---|---|---|---|
| |||
...s", typeof(func1).stringof);
return 0;
}
------------------------------------------
This outputs:
func0 is NOT a function.
typeof(func0... | |||
April 07, 2009 Issues » Re: DMD returns -1073741819 despite success | |||
|---|---|---|---|
| |||
...some scripts I've written, and it outputs 0 when linking. I'm not linking... | |||
March 30, 2009 Issues » [Issue 1025] mixin("scope(exit) call();"); is broken | |||
|---|---|---|---|
| |||
...29 23:58 ------- As of DMD 1.041 and 2.026, this outputs "ABC". -[Unknown] -- | |||
Copyright © 1999-2021 by the D Language Foundation