November 12, 2009 General » Re: @safe leak fix? | |||
|---|---|---|---|
| |||
...is, you don't know how the outputs of a function are connected to its... | |||
November 12, 2009 General » Re: Semantics of toString | |||
|---|---|---|---|
| |||
...wanted to define a stream range that outputs a character at a time). So the... | |||
November 05, 2009 General » Re: Safety, undefined behavior, @safe, @trusted | |||
|---|---|---|---|
| |||
...full analysis, the compiler cannot connect the outputs of a function with its inputs, only... | |||
October 22, 2009 General » Re: this() not executing code on structs | |||
|---|---|---|---|
| |||
...literal overwrites the stack, so that writefln outputs garbage. How to solve this? Disallow ref... | |||
October 21, 2009 General » Re: static arrays becoming value types | |||
|---|---|---|---|
| |||
...2) yz = [0, Z] foo(-1, yz) That outputs: 2 1 0 -1 Bye, bearophile | |||
October 21, 2009 Issues » [Issue 1405] Stack overflow when getting type info string of an invariant array | |||
|---|---|---|---|
| |||
...00:52:16 PDT --- dmd 2.035 outputs immutable(immutable(immutable(char)[])[]) which seems to... | |||
October 11, 2009 General » Re: dmd support for IDEs | |||
|---|---|---|---|
| |||
...Unix a program that outputs many files (such as a compiler) outputs them to named... | |||
October 08, 2009 General » Re: Eliminate class allocators and deallocators? | |||
|---|---|---|---|
| |||
...Object)foo();
writefln("here!");
o.opEquals(o);
}
outputs:
here!
Segmentation fault
So, no dynamic cast... | |||
October 07, 2009 Issues » [Issue 3371] New: regexp behavior in console and win32 are different | |||
|---|---|---|---|
| |||
...writefln(r[0]); } /* --- end of console code --- */ outputs "c" on the console. but the following... | |||
October 04, 2009 Learn » Re: Getting started - D meta-program question | |||
|---|---|---|---|
| |||
...l3 = list( 10, 20, 30); println( l3); } Outputs: () ( 10) ( 10 20) ( 10 20 30) Thanks... | |||
Copyright © 1999-2021 by the D Language Foundation