Search

November 10
DIP Development »
I think the main potential trouble is that there is usually an assumption that there...
November 10
General »
...a single argument. In that respect, the main hole is that you can't really...
November 10
DIP Development »
...2025;

struct Foo {
	this(Foo input);
}

void main() {
	Foo f;
	Foo t = __rvalue(f); // move...
November 09
DIP Development »
...the non-ref-storage-class case. The main difference is that I went the suppress...
November 09
DIP Ideas »
...degs) { super(degs * (PI / 180.0f)); }
    }
}

void main() {
	Angle a1 = new Angle.FromRadians(PI / 2...
November 08
Issues »
...the pull fixes that. This is the main bug IMO.

I think there are many...
November 08
Learn »
...examples/linux/x86_64/debug/source/examples/main.d.o build/.objs/examples/linux/x86...
November 08
Issues »
...given the wrong code:

```
module runnable;

void main()
{
    struct A1 {}
    if (A1*) {}
    return;
}
```

you get...
November 07
Issues »
...concurrency;
class C {}
shared C instance;
void main()
{
        auto obj = initOnce!instance(new C);
}
---

When...
November 06
Issues »
...bool, bool)
[0x555555b2b6e6]
src/dmd/main.d:729 int dmd.main.tryMain(ulong, const(char...
4 5 6 7 8 9 10 11 12 13 14 15
Next ›   Last »