February 10, 2015 LDC » Re: Bad codegen for ARM (and maybe others) when optimizing | |||
|---|---|---|---|
| |||
...I did an experiment and changed to ccc for D linkage. For some reason I... | |||
February 09, 2015 General » Const-correctness and uniqueness. Again. | |||
|---|---|---|---|
| |||
...void main()
{
auto s = join([ "aaa", "bbb", "ccc" ]);
pragma(msg, typeof(s));
}
```
It outputs "string... | |||
February 08, 2015 LDC » Re: Bad codegen for ARM (and maybe others) when optimizing | |||
|---|---|---|---|
| |||
...for D calling convention and instead of ccc. I am wondering if I should cripple... | |||
December 10, 2014 General » Re: DIP69 - Implement scope for escape proof references | |||
|---|---|---|---|
| |||
...code failing too: auto r = ["aaa", "bbb", "ccc"].map!foo; // should compile but will fail... | |||
December 08, 2014 DWT » need new vector base gui write in d | |||
|---|---|---|---|
| |||
...border:1 2 3 4;
bgcolor: soild #ccc;
borderColor: vGradient 0.0 red 0.5... | |||
August 14, 2014 Learn » Re: What hashing algorithm is used for the D implementation of associative arrays? | |||
|---|---|---|---|
| |||
...and web frameworks were vulnerable: http://events.ccc.de/congress/2011/Fahrplan/events/4680.en... | |||
July 11, 2014 General » Re: Cool Stuff for D that we keep Secret | |||
|---|---|---|---|
| |||
http://events.ccc.de/congress/2010/Fahrplan/events/4221.en.html | |||
November 07, 2013 General » std.traits.ParameterIdentifierTuple bug or not? | |||
|---|---|---|---|
| |||
...someFunc(int[] aaa, string[string] bbb, double ccc)
{
writeln("Some function executed!!!");
}
void test(FunctionT... | |||
July 19, 2013 Learn » Issue with char and string overlap | |||
|---|---|---|---|
| |||
...string[] args)
{
auto s = splitS("abc bas ccc", " ");
foreach(a; s) writeln(a);
din.getc();
} | |||
April 10, 2013 Issues » [Issue 9915] New: Typeid .name inconsistent between templated classes and structs | |||
|---|---|---|---|
| |||
...class C(T){}
class CC(T){}
class CCC(T){}
void main()
{
import std.stdio;
writeln... | |||
Copyright © 1999-2021 by the D Language Foundation