August 09, 2014 Learn » Re: Struct alignment vs alignment of fields | |||
|---|---|---|---|
| |||
...S.alignof);
pragma(msg, T.alignof);
This outputs "1" for all types except `T`, which... | |||
August 09, 2014 Issues » [Issue 13271] New: opDispatch fails without warning message if @property | |||
|---|---|---|---|
| |||
...component!c;
pragma(msg, typeof(v)); // this outputs the expected result
return v; // so everything... | |||
August 09, 2014 Learn » opDispatch compiles fine, but still fails to resolve? | |||
|---|---|---|---|
| |||
...component!c; pragma(msg, typeof(v)); // this outputs the expected result return v; // so everything... | |||
August 07, 2014 Learn » Re: Member access of __gshared global object | |||
|---|---|---|---|
| |||
...When I writln the AA and it outputs '[]', I thought it was initialized, which in... | |||
August 03, 2014 Issues » [Issue 13251] New: std.array.split gives different results with specific compiler flags | |||
|---|---|---|---|
| |||
...d' outputs ["one", "two", "three"] as expected. Compiled with 'rdmd -inline -O splittest.d' outputs... | |||
July 30, 2014 General » Re: Optlink Contribution | |||
|---|---|---|---|
| |||
...is figured out, and its inputs and outputs identified, adding comments to that effect is... | |||
July 28, 2014 General » Re: checkedint call removal | |||
|---|---|---|---|
| |||
...x, y, overflow);
writeln(r2, " ", overflow);
}
It outputs:
-1 3000000000
1294967296
1294967296 false
1294967296 true... | |||
July 21, 2014 Learn » Re: Map one tuple to another Tuple of different type | |||
|---|---|---|---|
| |||
...foreach(i; staticIota!(0, 10))
{
pragma(msg, i);
}
}
//Outputs 1 to 10 at compile-time.
| |||
July 21, 2014 General » Re: Associative arrays, opCmp, opEquals and toHash in 2.066.0-b4 | |||
|---|---|---|---|
| |||
...0, 2, "hello".idup)] = false;
aa.writeln;
}
Outputs:
[Foo(1, 1, "hello"):false, Foo(1... | |||
July 15, 2014 Announce » Re: DConf 2014 Day 2 Talk 6: Debugging in D by Iain Buclaw | |||
|---|---|---|---|
| |||
...just asking for link trouble. The linker outputs the pdb file, the objects are populated... | |||
Copyright © 1999-2021 by the D Language Foundation