October 21, 2012 Issues » [Issue 8862] order of declaration of a function and compile time execution | |||
|---|---|---|---|
| |||
...my case, both compiles while the first outputs error-like messages. -- Configure issuemail: http://d... | |||
October 21, 2012 Issues » [Issue 8862] New: order of declaration of a function and compile time execution | |||
|---|---|---|---|
| |||
...two codes below are equivalent, but DMD outputs two lines when compiling the first. http... | |||
October 16, 2012 General » Re: More range woes: composed ranges are unsafe to return from functions | |||
|---|---|---|---|
| |||
...problem go away. Deleting the .take(12) outputs a whole mass of garbage values and... | |||
October 12, 2012 Issues » [Issue 8806] New: fullyQualifiedName!T does not work for inner types | |||
|---|---|---|---|
| |||
...struct Inner {
}
}
pragma(msg, fullyQualifiedName!(S.Inner));
---
Outputs just "Inner" instead of "test.S.Inner... | |||
October 10, 2012 Learn » Re: "Best" way of passing in a big struct to a function? | |||
|---|---|---|---|
| |||
...int] aa; mutate_AA(aa); writeln(aa); outputs "[]" - changes are not applied. It's only... | |||
October 08, 2012 General » Re: Windows DLLs and TLS | |||
|---|---|---|---|
| |||
...functions from DllMain, check it loads/runs/outputs to the file from your dummy C... | |||
October 03, 2012 General » Re: core.simd woes | |||
|---|---|---|---|
| |||
...for example, this compiles with DMD and outputs correctly:
import core.simd, std.stdio;
void... | |||
September 30, 2012 Issues » [Issue 8739] DDoc outputs wrong parameter name in delegate parameter list | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=8739 --- Comment #1 from Jakob Ovrum... | |||
September 30, 2012 Issues » [Issue 8739] New: DDoc outputs wrong parameter name in delegate parameter list | |||
|---|---|---|---|
| |||
...show_bug.cgi?id=8739
Summary: DDoc outputs wrong parameter name in delegate
parameter list... | |||
September 25, 2012 Issues » [Issue 7021] Structs with disabled default constructors can be constructed without calling a constructor. | |||
|---|---|---|---|
| |||
...i); } ------ 3 ------ The fact that this program outputs three is proof that s3 is first... | |||
Copyright © 1999-2021 by the D Language Foundation