November 10 DIP Development » Re: __rvalue and Move Semantics first draft - aliasing problem/danger | |||
|---|---|---|---|
| |||
I think the main potential trouble is that there is usually an assumption that there... | |||
November 10 General » Re: What's the story with @property again? | |||
|---|---|---|---|
| |||
...a single argument. In that respect, the main hole is that you can't really... | |||
November 10 DIP Development » Re: __rvalue and Move Semantics first draft | |||
|---|---|---|---|
| |||
...2025;
struct Foo {
this(Foo input);
}
void main() {
Foo f;
Foo t = __rvalue(f); // move... | |||
November 09 DIP Development » Re: __rvalue and Move Semantics first draft | |||
|---|---|---|---|
| |||
...the non-ref-storage-class case. The main difference is that I went the suppress... | |||
November 09 DIP Ideas » Re: Named constructors | |||
|---|---|---|---|
| |||
...degs) { super(degs * (PI / 180.0f)); }
}
}
void main() {
Angle a1 = new Angle.FromRadians(PI / 2... | |||
November 08 Issues » [Issue 24848] bad parser diagnostic for a partial MulExp | |||
|---|---|---|---|
| |||
...the pull fixes that. This is the main bug IMO. I think there are many... | |||
November 08 Learn » Error with -betterC | |||
|---|---|---|---|
| |||
...examples/linux/x86_64/debug/source/examples/main.d.o build/.objs/examples/linux/x86... | |||
November 08 Issues » [Issue 24848] New: bad parser diagnostic for a partial MulExp | |||
|---|---|---|---|
| |||
...given the wrong code:
```
module runnable;
void main()
{
struct A1 {}
if (A1*) {}
return;
}
```
you get... | |||
November 07 Issues » [Issue 24847] New: std.concurrency.initOnce does not work with -preview=nosharedaccess | |||
|---|---|---|---|
| |||
...concurrency;
class C {}
shared C instance;
void main()
{
auto obj = initOnce!instance(new C);
}
---
When... | |||
November 06 Issues » [Issue 24845] New: Compiler error when trying to access AA value of an enum instance | |||
|---|---|---|---|
| |||
...bool, bool) [0x555555b2b6e6] src/dmd/main.d:729 int dmd.main.tryMain(ulong, const(char... | |||
Copyright © 1999-2021 by the D Language Foundation