October 15 General » Re: Move Constructor Syntax | |||
|---|---|---|---|
| |||
...corresponding to its first parameter into the object to be constructed. The argument is invalid... | |||
October 14 General » Re: Move Constructor Syntax | |||
|---|---|---|---|
| |||
...copy ctor and rvalue ctor for an object. However, I think this can be fixed... | |||
October 14 Issues » [Issue 24812] New: [REG 2.106] Incorrect highlighting when diagnosing an empty enum declaration since #15664 | |||
|---|---|---|---|
| |||
...org
Test case:
```
module object;
enum Foo {}
```
Before:
```
Error: enum `object.Foo` enum `Foo` must... | |||
October 13 General » Re: Move Constructor Syntax | |||
|---|---|---|---|
| |||
...into an existing object is not the same as moving into an object that has... | |||
October 13 General » Re: move+forward as intrinsics, incl. revised forward semantics for perfect forwarding | |||
|---|---|---|---|
| |||
...earlier, I think in such cases the object should just keep its original address and... | |||
October 13 Learn » Re: Scope & Structs | |||
|---|---|---|---|
| |||
...is that when you are done with the object, it is removed. Thanks, SDB@79 | |||
October 12 Learn » Scope & Structs | |||
|---|---|---|---|
| |||
...int i) {
i.writefln!"Object %s is created...";
}
~this() {
writeln("Object was deleted!");
}
}
import std... | |||
October 11 LDC » Building for ARM 32-bit embedded | |||
|---|---|---|---|
| |||
...with. I know it's a 'shared object' but why would I want something like... | |||
October 11 General » Re: Move Constructors - Converting Lvalues to Rvalues | |||
|---|---|---|---|
| |||
...an lvalue, since it's moving an object from one location to another, even if... | |||
October 11 General » Corner cases in Primary Type Syntax and its proof-of-concept implementation | |||
|---|---|---|---|
| |||
...attribute applied to a declaration of an object of type `(Z)`. If `Z` was meant... | |||
Copyright © 1999-2021 by the D Language Foundation